Home
last modified time | relevance | path

Searched refs:makeComponent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java299 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 …]
H A DBaseShortcutManagerTest.java1757 intent.setComponent(makeComponent(clazz)); in makeIntent()
1781 protected ComponentName makeComponent(Class<?> clazz) { in makeComponent() method in BaseShortcutManagerTest