Home
last modified time | relevance | path

Searched refs:makeBundle (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest4.java21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
32 private static Bundle sIntentExtras = makeBundle(
50 private static Bundle sIntentExtrasDecoded = makeBundle(
DShortcutManagerTest2.java22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
1343 .putExtras(makeBundle("a", "b")));
1349 .putExtras(makeBundle("a", "b")));
1374 makeBundle("xx", "yy"))
DShortcutManagerTest1.java57 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
278 "key1", "val1", "nest", makeBundle("key", 123)), in testSetDynamicShortcuts()
1540 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo()
1561 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo()
2812 "key1", "val1", "nest", makeBundle("key", 123)) in testStartShortcut()
2837 "key1", "val1", "nest", makeBundle("key", 123)), in testStartShortcut()
3257 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
3284 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
3314 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
DBaseShortcutManagerTest.java23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
1608 intent.replaceExtras(makeBundle(bundleKeysAndValues)); in makeIntent()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DStartVoiceInteractionActivity.java151 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg)); in TestCommand()
173 static Bundle makeBundle(String arg) { in makeBundle() method in StartVoiceInteractionActivity.TestCommand
DTestInteractionActivity.java204 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg)); in TestCommand()
226 static Bundle makeBundle(String arg) { in makeBundle() method in TestInteractionActivity.TestCommand
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java292 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils