OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeBundle
(Results
1 - 4
of
4
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BundleUtils.java
24
public static Bundle
makeBundle
(Object... keysAndValues) {
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BundleUtils.java
24
public static Bundle
makeBundle
(Object... keysAndValues) {
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
CtsSyncManagerTest.java
22
import static com.android.compatibility.common.util.BundleUtils.
makeBundle
;
220
Bundle b =
makeBundle
(
287
// Bundle b =
makeBundle
(
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerCtsTestsBase.java
333
public static Bundle
makeBundle
(Object... keysAndValues) {
465
intent.replaceExtras(
makeBundle
(bundleKeysAndValues));
Completed in 164 milliseconds