Searched refs:makeComponent (Results 1 – 2 of 2) sorted by relevance
299 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()498 assertEquals(makeComponent(ShortcutActivity2.class), in testPushDynamicShortcut()1750 makeComponent(ShortcutActivity2.class)); in testGetShortcuts()1752 makeComponent(ShortcutActivity.class)); in testGetShortcuts()2162 makeComponent(ShortcutActivity.class), in testGetShortcutInfo()2183 makeComponent(ShortcutActivity2.class), in testGetShortcutInfo()3434 makeComponent(ShortcutActivity.class), in testStartShortcut()3459 makeComponent(ShortcutActivity.class), in testStartShortcut()3879 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()3906 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()[all …]
1757 intent.setComponent(makeComponent(clazz)); in makeIntent()1781 protected ComponentName makeComponent(Class<?> clazz) { in makeComponent() method in BaseShortcutManagerTest