Searched refs:isAppAllowedToUseParentUsersContacts (Results 1 – 2 of 2) sorted by relevance
184 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testCloneContactsProviderInsert()266 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testCloneContactsProviderBulkInsert()306 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testCloneContactsApplyBatch()354 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testCloneContactsProviderReads_callerNotInAllowlist()379 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testContactsProviderReads_callerInAllowlist()432 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testOpenAssetFileMultiVCard()454 .when(mCloneContactsProvider).isAppAllowedToUseParentUsersContacts(any()); in testOpenAssetFileMultiVCard_callerNotInAllowlist()477 mCloneContactsProvider.isAppAllowedToUseParentUsersContacts(testPackageName); in testIsAppAllowedToUseParentUsersContacts_AppInAllowlistCacheEmpty()495 assertFalse(mCloneContactsProvider.isAppAllowedToUseParentUsersContacts(testPackageName)); in testIsAppAllowedToUseParentUsersContacts_AppNotInAllowlistCacheEmtpy()
5747 isAppAllowedToUseParentUsersContacts(getCallingPackage()); in shouldRedirectQueryToParentProvider()5755 protected boolean isAppAllowedToUseParentUsersContacts(@Nullable String packageName) { in isAppAllowedToUseParentUsersContacts() method in ContactsProvider2