Home
last modified time | relevance | path

Searched refs:LaunchableCloneAppsCacheEntry (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCloneContactsProvider2Test.java473 SparseArray<ContactsProvider2.LaunchableCloneAppsCacheEntry> launchableCloneAppsCache = in testIsAppAllowedToUseParentUsersContacts_AppInAllowlistCacheEmpty()
481 ContactsProvider2.LaunchableCloneAppsCacheEntry cacheEntry = in testIsAppAllowedToUseParentUsersContacts_AppInAllowlistCacheEmpty()
492 SparseArray<ContactsProvider2.LaunchableCloneAppsCacheEntry> launchableCloneAppsCache = in testIsAppAllowedToUseParentUsersContacts_AppNotInAllowlistCacheEmtpy()
498 ContactsProvider2.LaunchableCloneAppsCacheEntry cacheEntry = in testIsAppAllowedToUseParentUsersContacts_AppNotInAllowlistCacheEmtpy()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1390 protected static class LaunchableCloneAppsCacheEntry { class in ContactsProvider2
1394 public LaunchableCloneAppsCacheEntry(boolean doesAppHaveLaunchableActivity, in LaunchableCloneAppsCacheEntry() method in ContactsProvider2.LaunchableCloneAppsCacheEntry
1472 protected final SparseArray<LaunchableCloneAppsCacheEntry> mLaunchableCloneAppsCache =
1770 protected SparseArray<LaunchableCloneAppsCacheEntry> getLaunchableCloneAppsCacheForTesting() { in getLaunchableCloneAppsCacheForTesting()
5763 LaunchableCloneAppsCacheEntry cacheEntry = mLaunchableCloneAppsCache.get(callingUid); in isAppAllowedToUseParentUsersContacts()
5768 new LaunchableCloneAppsCacheEntry(result, now)); in isAppAllowedToUseParentUsersContacts()