/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; 1282 .putExtras(makeBundle("a", "b"))); 1288 .putExtras(makeBundle("a", "b"))); 1313 makeBundle("xx", "yy"))
|
D | ShortcutManagerTest1.java | 57 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 267 "key1", "val1", "nest", makeBundle("key", 123)), in testSetDynamicShortcuts() 1529 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo() 1550 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo() 2801 "key1", "val1", "nest", makeBundle("key", 123)) in testStartShortcut() 2826 "key1", "val1", "nest", makeBundle("key", 123)), in testStartShortcut() 3246 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 3273 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 3303 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser()
|
D | BaseShortcutManagerTest.java | 23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 1580 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 | 290 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils
|