Searched refs:injectIsActivityEnabledAndExported (Results 1 – 4 of 4) sorted by relevance
182 assertTrue(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()184 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()186 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()189 assertTrue(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()193 assertTrue(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()196 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()198 assertFalse(mShortcutService.injectIsActivityEnabledAndExported( in testIsActivityEnabledAndExported()
413 boolean injectIsActivityEnabledAndExported(ComponentName activity, @UserIdInt int userId) { in injectIsActivityEnabledAndExported() method in BaseShortcutManagerTest.ShortcutServiceTestable
610 if (!s.injectIsActivityEnabledAndExported(activity, getOwnerUserId())) { in areAllActivitiesStillEnabled()
2255 if (injectIsActivityEnabledAndExported(detected, userId)) { in getDefaultLauncher()3259 boolean injectIsActivityEnabledAndExported( in injectIsActivityEnabledAndExported() method in ShortcutService