/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
H A D | EnterprisePolicyGuard.java | 134 case ContactsProvider2.PHONE_LOOKUP: in isDirectorySupported() 135 case ContactsProvider2.EMAILS_LOOKUP: in isDirectorySupported() 137 case ContactsProvider2.PHONES_FILTER: in isDirectorySupported() 139 case ContactsProvider2.EMAILS_FILTER: in isDirectorySupported() 166 case ContactsProvider2.DIRECTORIES: in isCallerIdGuarded() 168 case ContactsProvider2.PHONE_LOOKUP: in isCallerIdGuarded() 169 case ContactsProvider2.EMAILS_LOOKUP: in isCallerIdGuarded() 181 case ContactsProvider2.DIRECTORIES: in isContactsSearchGuarded() 185 case ContactsProvider2.PHONES_FILTER: in isContactsSearchGuarded() 186 case ContactsProvider2.EMAILS_FILTER: in isContactsSearchGuarded() [all …]
|
H A D | EnterpriseContactsCursorWrapper.java | 36 import com.android.providers.contacts.ContactsProvider2; 46 private static final UriMatcher sUriMatcher = ContactsProvider2.sUriMatcher; 177 if (uriCode == ContactsProvider2.CONTACTS_ID_PHOTO) { in getCorpThumbnailUri() 202 if (uriCode == ContactsProvider2.CONTACTS_ID_PHOTO) { in getCorpDisplayPhotoUri() 205 } else if (uriCode == ContactsProvider2.CONTACTS_ID_DISPLAY_PHOTO in getCorpDisplayPhotoUri() 206 || uriCode == ContactsProvider2.DISPLAY_PHOTO_ID) { in getCorpDisplayPhotoUri()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | LocaleChangeReceiver.java | 37 if (provider instanceof ContactsProvider2) { in onReceive() 38 ((ContactsProvider2)provider).onLocaleChanged(); in onReceive()
|
H A D | ProfileProvider.java | 45 private final ContactsProvider2 mDelegate; 47 public ProfileProvider(ContactsProvider2 delegate) { in ProfileProvider() 111 transaction.startTransactionForDb(db, ContactsProvider2.PROFILE_DB_TAG, this); in useProfileDbForTransaction()
|
H A D | SearchIndexManager.java | 243 private final ContactsProvider2 mContactsProvider; 250 public SearchIndexManager(ContactsProvider2 contactsProvider) { in SearchIndexManager() 279 mContactsProvider.setProviderStatus(ContactsProvider2.STATUS_UPGRADING); in rebuildIndex() 286 mContactsProvider.setProviderStatus(ContactsProvider2.STATUS_NORMAL); in rebuildIndex()
|
H A D | GlobalSearchSupport.java | 165 private final ContactsProvider2 mContactsProvider; 168 public GlobalSearchSupport(ContactsProvider2 contactsProvider) { in GlobalSearchSupport()
|
H A D | ContactsUpgradeReceiver.java | 93 ContactsProvider2.updateLocaleOffline(context, helper, profileHelper); in onReceive()
|
H A D | ContactsPackageMonitor.java | 129 final ContactsProvider2 provider = getProvider(mContext, ContactsContract.AUTHORITY); in onPackageChanged()
|
H A D | ContactDirectoryManager.java | 103 private final ContactsProvider2 mContactsProvider; 109 public ContactDirectoryManager(ContactsProvider2 contactsProvider) { in ContactDirectoryManager()
|
H A D | DataRowHandlerForGroupMembership.java | 33 import com.android.providers.contacts.ContactsProvider2.GroupIdCacheEntry;
|
H A D | LegacyApiSupport.java | 470 private final ContactsProvider2 mContactsProvider; 489 ContactsProvider2 contactsProvider, GlobalSearchSupport globalSearchSupport) { in LegacyApiSupport() 1821 String filter = ContactsProvider2.getQueryParameter(uri, "filter"); in query()
|
H A D | ContactsDatabaseHelper.java | 1309 ContactsProvider2.PHONEBOOK_COLLATOR_NAME + "," + in onCreate() 1313 ContactsProvider2.PHONEBOOK_COLLATOR_NAME + "," + in onCreate() 2579 ContactsProvider2.deleteDataUsage(db); in onUpgrade()
|
H A D | ContactsProvider2.java | 217 public class ContactsProvider2 extends AbstractContactsProvider class
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
H A D | UserUtils.java | 18 import com.android.providers.contacts.ContactsProvider2; 28 public static final String TAG = ContactsProvider2.TAG;
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A D | ProfileAggregator.java | 26 import com.android.providers.contacts.ContactsProvider2; 39 public ProfileAggregator(ContactsProvider2 contactsProvider, in ProfileAggregator()
|
H A D | ContactAggregator.java | 36 import com.android.providers.contacts.ContactsProvider2; 67 public ContactAggregator(ContactsProvider2 contactsProvider, in ContactAggregator()
|
H A D | ContactAggregator2.java | 43 import com.android.providers.contacts.ContactsProvider2; 79 public ContactAggregator2(ContactsProvider2 contactsProvider, in ContactAggregator2()
|
H A D | AbstractContactAggregator.java | 34 import com.android.providers.contacts.ContactsProvider2; 145 protected final ContactsProvider2 mContactsProvider; 275 public AbstractContactAggregator(ContactsProvider2 contactsProvider, in AbstractContactAggregator()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | SynchronousProfileProvider.java | 30 public SynchronousProfileProvider(ContactsProvider2 delegate) { in SynchronousProfileProvider()
|
H A D | ContactsProvider2Test.java | 134 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in setUp() 144 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in tearDown() 1217 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testDataInsertAndUpdateHashId() 1278 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testDataInsertAndUpdateHashId_Photo() 1989 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testPhoneLookupUseStrictPhoneNumberCompare() 6262 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testHaveAccountsChanged() 6316 ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testAccountsUpdated() 6341 ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testAccountDeletion() 6385 ContactsProvider2 cp = (ContactsProvider2) getProvider(); in testStreamItemsCleanedUpOnAccountRemoval() 7746 ContactsProvider2 provider = (ContactsProvider2)getProvider(); in testProperties() [all …]
|
H A D | ContactDirectoryManagerTest.java | 58 private ContactsProvider2 mProvider; 118 mProvider = (ContactsProvider2) getProvider(); in setUp() 486 ((ContactsProvider2)getProvider()).onAccountsUpdated(accounts); in testAccountRemoval() 500 ((ContactsProvider2)getProvider()).onAccountsUpdated(accounts); in testAccountRemoval()
|
H A D | SynchronousContactsProvider2.java | 32 public class SynchronousContactsProvider2 extends ContactsProvider2 {
|
H A D | BaseContactsProvider2Test.java | 566 SQLiteDatabase db = ((ContactsProvider2) getProvider()).getDatabaseHelper() in markInvisible() 574 SQLiteDatabase db = ((ContactsProvider2) getProvider()).getDatabaseHelper() in createAccount() 1037 SQLiteDatabase db = ((ContactsProvider2) getProvider()).getDatabaseHelper() in assertStoredValuesDb()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregatorTest.java | 43 import com.android.providers.contacts.ContactsProvider2; 82 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in setUp() 95 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in tearDown()
|
H A D | ContactAggregator2Test.java | 43 import com.android.providers.contacts.ContactsProvider2; 83 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in setUp() 95 final ContactsProvider2 cp = (ContactsProvider2) getProvider(); in tearDown()
|