Searched refs:injectIsActivityEnabledAndExported (Results 1 – 4 of 4) sorted by relevance
184 assertTrue(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()186 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()188 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()191 assertTrue(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()195 assertTrue(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()198 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()200 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()
431 boolean injectIsActivityEnabledAndExported(ComponentName activity, @UserIdInt int userId) { in injectIsActivityEnabledAndExported() method in BaseShortcutManagerTest.ShortcutServiceTestable
684 && !s.injectIsActivityEnabledAndExported(activity, getOwnerUserId())) { in areAllActivitiesStillEnabled()
2380 if (injectIsActivityEnabledAndExported(detected, userId)) { in getDefaultLauncher()3441 boolean injectIsActivityEnabledAndExported( in injectIsActivityEnabledAndExported() method in ShortcutService