コード例 #1
0
 private static Recipient getRecipientForNumber(
     Context context, String number, boolean asynchronous) {
   return provider.getRecipient(context, number, asynchronous);
 }
コード例 #2
0
 public static void clearCache() {
   ContactPhotoFactory.clearCache();
   provider.clearCache();
 }