Searched refs:LaunchableCloneAppsCacheEntry (Results 1 – 2 of 2) sorted by relevance
473 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()
1390 protected static class LaunchableCloneAppsCacheEntry { class in ContactsProvider21394 public LaunchableCloneAppsCacheEntry(boolean doesAppHaveLaunchableActivity, in LaunchableCloneAppsCacheEntry() method in ContactsProvider2.LaunchableCloneAppsCacheEntry1472 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()