/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest4.java | 21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 40 private static Bundle sIntentExtras = makeBundle( 58 private static Bundle sIntentExtrasDecoded = makeBundle(
|
H A D | ShortcutManagerTest2.java | 22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 1531 .putExtras(makeBundle("a", "b"))); 1537 .putExtras(makeBundle("a", "b"))); 1562 makeBundle("xx", "yy"))
|
H A D | ShortcutManagerTest1.java | 57 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 297 "key1", "val1", "nest", makeBundle("key", 123)), in testSetDynamicShortcuts() 2160 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo() 2181 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo() 3432 "key1", "val1", "nest", makeBundle("key", 123)) in testStartShortcut() 3457 "key1", "val1", "nest", makeBundle("key", 123)), in testStartShortcut() 3877 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 3904 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 3934 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
|
H A D | BaseShortcutManagerTest.java | 23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 1996 intent.replaceExtras(makeBundle(bundleKeysAndValues)); in makeIntent()
|
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | StartVoiceInteractionActivity.java | 151 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg)); in TestCommand() 173 static Bundle makeBundle(String arg) { in makeBundle() method in StartVoiceInteractionActivity.TestCommand
|
H A D | TestInteractionActivity.java | 204 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg)); in TestCommand() 226 static Bundle makeBundle(String arg) { in makeBundle() method in TestInteractionActivity.TestCommand
|
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 355 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils
|