/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest4.java | 21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 32 private static Bundle sIntentExtras = makeBundle( 50 private static Bundle sIntentExtrasDecoded = makeBundle(
|
D | ShortcutManagerTest2.java | 22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 1343 .putExtras(makeBundle("a", "b"))); 1349 .putExtras(makeBundle("a", "b"))); 1374 makeBundle("xx", "yy"))
|
D | ShortcutManagerTest1.java | 57 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()
|
D | BaseShortcutManagerTest.java | 23 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/ |
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
|
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
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 292 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils
|