Home
last modified time | relevance | path

Searched defs:makeBundle (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DStartVoiceInteractionActivity.java175 static Bundle makeBundle(String arg) { in makeBundle() method in StartVoiceInteractionActivity.TestCommand
H A DTestInteractionActivity.java228 static Bundle makeBundle(String arg) { in makeBundle() method in TestInteractionActivity.TestCommand
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java355 public static Bundle makeBundle(Object... keysAndValues) { in makeBundle() method in ShortcutManagerTestUtils