Пример #1
0
 private static Recipient getRecipientFromProviderId(
     Context context, String recipientId, boolean asynchronous) {
   String number = DatabaseFactory.getAddressDatabase(context).getAddressFromId(recipientId);
   return getRecipientForNumber(context, number, asynchronous);
 }