Searched refs:makeComponent (Results 1 – 2 of 2) sorted by relevance
294 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()491 s7.setActivity(makeComponent(ShortcutActivity2.class)); in testPushDynamicShortcut()493 assertEquals(makeComponent(ShortcutActivity2.class), in testPushDynamicShortcut()502 s1_2.setActivity(makeComponent(ShortcutActivity2.class)); in testPushDynamicShortcut()1745 makeComponent(ShortcutActivity2.class)); in testGetShortcuts()1747 makeComponent(ShortcutActivity.class)); in testGetShortcuts()2157 makeComponent(ShortcutActivity.class), in testGetShortcutInfo()2178 makeComponent(ShortcutActivity2.class), in testGetShortcutInfo()3429 makeComponent(ShortcutActivity.class), in testStartShortcut()3454 makeComponent(ShortcutActivity.class), in testStartShortcut()[all …]
1995 intent.setComponent(makeComponent(clazz)); in makeIntent()2019 protected ComponentName makeComponent(Class<?> clazz) { in makeComponent() method in BaseShortcutManagerTest