Home
last modified time | relevance | path

Searched refs:ShortcutActivity2 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java967 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class)) in testShortcutInfoSaveAndLoad()
993 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class)) in testShortcutInfoSaveAndLoad()
1080 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1148 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1163 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1225 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1242 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1312 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1327 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
1380 .setActivity(new ComponentName(mClientContext, ShortcutActivity2.class))
[all …]
H A DShortcutManagerTest1.java301 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testSetDynamicShortcuts()
496 s7.setActivity(makeComponent(ShortcutActivity2.class)); in testPushDynamicShortcut()
498 assertEquals(makeComponent(ShortcutActivity2.class), in testPushDynamicShortcut()
507 s1_2.setActivity(makeComponent(ShortcutActivity2.class)); in testPushDynamicShortcut()
1750 makeComponent(ShortcutActivity2.class)); in testGetShortcuts()
2164 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testGetShortcutInfo()
2183 makeComponent(ShortcutActivity2.class), in testGetShortcutInfo()
2185 makeIntent(Intent.ACTION_ANSWER, ShortcutActivity2.class, in testGetShortcutInfo()
3483 assertEquals(ShortcutActivity2.class.getName(), in testStartShortcut()
3516 assertEquals(ShortcutActivity2.class.getName(), in testStartShortcut()
[all …]
H A DShortcutManagerTest3.java46 ShortcutActivity2.class.getName());
H A DBaseShortcutManagerTest.java655 public static class ShortcutActivity2 extends Activity { class in BaseShortcutManagerTest