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