/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; 1280 .putExtras(makeBundle("a", "b"))); 1286 .putExtras(makeBundle("a", "b"))); 1311 makeBundle("xx", "yy"))
|
D | ShortcutManagerTest1.java | 52 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()
|
D | BaseShortcutManagerTest.java | 23 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/ |
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 | 288 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils
|