/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest4.java | 21 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 42 private static Bundle sIntentExtras = makeBundle( 60 private static Bundle sIntentExtrasDecoded = makeBundle(
|
D | ShortcutManagerTest1.java | 56 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 302 "key1", "val1", "nest", makeBundle("key", 123)), in testSetDynamicShortcuts() 2216 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo() 2237 "key1", "val1", "nest", makeBundle("key", 123)), in testGetShortcutInfo() 3488 "key1", "val1", "nest", makeBundle("key", 123)) in testStartShortcut() 3513 "key1", "val1", "nest", makeBundle("key", 123)), in testStartShortcut() 3933 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 3960 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 3990 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveAndLoadUser() 4088 "key1", "val1", "nest", makeBundle("key", 123)), in testSaveCorruptAndLoadUser() [all …]
|
D | ShortcutManagerTest2.java | 22 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 1580 .putExtras(makeBundle("a", "b"))); 1586 .putExtras(makeBundle("a", "b"))); 1611 makeBundle("xx", "yy"))
|
D | BaseShortcutManagerTest.java | 23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.makeBundle; 1782 intent.replaceExtras(makeBundle(bundleKeysAndValues)); in makeIntent()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | StartVoiceInteractionActivity.java | 153 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg)); in TestCommand() 175 static Bundle makeBundle(String arg) { in makeBundle() method in StartVoiceInteractionActivity.TestCommand
|
D | TestInteractionActivity.java | 206 super("com.android.test.voiceinteraction.COMMAND", makeBundle(arg)); in TestCommand() 228 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 | 355 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils
|