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;
1280 .putExtras(makeBundle("a", "b")));
1286 .putExtras(makeBundle("a", "b")));
1311 makeBundle("xx", "yy"))
DShortcutManagerTest1.java52 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
261 "key1", "val1", "nest", makeBundle("key", 123)), in testSetDynamicShortcuts()
1489 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo()
1510 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo()
2672 "key1", "val1", "nest", makeBundle("key", 123)) in testStartShortcut()
2697 "key1", "val1", "nest", makeBundle("key", 123)), in testStartShortcut()
3117 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
3144 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
3174 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
DBaseShortcutManagerTest.java23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
1529 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.java288 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils