Searched refs:doesAppHaveLaunchableActivity (Results 1 – 2 of 2) sorted by relevance
485 assertTrue(cacheEntry.doesAppHaveLaunchableActivity); in testIsAppAllowedToUseParentUsersContacts_AppInAllowlistCacheEmpty()502 assertFalse(cacheEntry.doesAppHaveLaunchableActivity); in testIsAppAllowedToUseParentUsersContacts_AppNotInAllowlistCacheEmtpy()
1391 boolean doesAppHaveLaunchableActivity; field in ContactsProvider2.LaunchableCloneAppsCacheEntry1394 public LaunchableCloneAppsCacheEntry(boolean doesAppHaveLaunchableActivity, in LaunchableCloneAppsCacheEntry() argument1396 this.doesAppHaveLaunchableActivity = doesAppHaveLaunchableActivity; in LaunchableCloneAppsCacheEntry()5770 return mLaunchableCloneAppsCache.get(callingUid).doesAppHaveLaunchableActivity; in isAppAllowedToUseParentUsersContacts()