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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest4.java21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
32 private static Bundle sIntentExtras = makeBundle(
50 private static Bundle sIntentExtrasDecoded = makeBundle(
H A DShortcutManagerTest2.java22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
1282 .putExtras(makeBundle("a", "b")));
1288 .putExtras(makeBundle("a", "b")));
1313 makeBundle("xx", "yy"))
H A DShortcutManagerTest1.java57 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
267 "key1", "val1", "nest", makeBundle("key", 123)),
1529 "key1", "val1", "nest", makeBundle("key", 123)),
1550 "key1", "val1", "nest", makeBundle("key", 123)),
2801 "key1", "val1", "nest", makeBundle("key", 123))
2826 "key1", "val1", "nest", makeBundle("key", 123)),
3246 "key1", "val1", "nest", makeBundle("key", 123)),
3273 "key1", "val1", "nest", makeBundle("key", 123)),
3303 "key1", "val1", "nest", makeBundle("key", 123)),
H A DBaseShortcutManagerTest.java23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle;
1580 intent.replaceExtras(makeBundle(bundleKeysAndValues));
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java151 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg));
173 static Bundle makeBundle(String arg) { method in class:StartVoiceInteractionActivity.TestCommand
H A DTestInteractionActivity.java204 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg));
226 static Bundle makeBundle(String arg) { method in class:TestInteractionActivity.TestCommand
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java290 public static Bundle makeBundle(Object... keysAndValues) { method in class:ShortcutManagerTestUtils

Completed in 277 milliseconds