private static Recipient getRecipientForNumber(
     Context context, String number, boolean asynchronous) {
   return provider.getRecipient(context, number, asynchronous);
 }