Searched refs:makeComponent (Results 1 – 2 of 2) sorted by relevance
275 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()1250 makeComponent(ShortcutActivity2.class)); in testGetShortcuts()1252 makeComponent(ShortcutActivity.class)); in testGetShortcuts()1537 makeComponent(ShortcutActivity.class), in testGetShortcutInfo()1558 makeComponent(ShortcutActivity2.class), in testGetShortcutInfo()2809 makeComponent(ShortcutActivity.class), in testStartShortcut()2834 makeComponent(ShortcutActivity.class), in testStartShortcut()3254 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()3281 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()3311 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()[all …]
1607 intent.setComponent(makeComponent(clazz)); in makeIntent()1624 protected ComponentName makeComponent(Class<?> clazz) { in makeComponent() method in BaseShortcutManagerTest