Exemplo n.º 1
0
 private static Recipient getRecipientForNumber(
     Context context, String number, boolean asynchronous) {
   return provider.getRecipient(context, number, asynchronous);
 }
Exemplo n.º 2
0
 public static void clearCache() {
   ContactPhotoFactory.clearCache();
   provider.clearCache();
 }