HomeSort by relevance Sort by last modified time
    Searched defs:mBundle (Results 1 - 25 of 43) sorted by null

1 2

  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 53 private Bundle mBundle;
59 mBundle = new Bundle();
82 mBundle.putBoolean("android", true);
84 mBundle.readFromParcel(p);
85 assertTrue(mBundle.isEmpty());
90 mBundle.putBoolean("android", true);
91 mBundle.putBoolean(KEY, true);
92 assertFalse(mBundle.isEmpty());
93 mBundle.clear();
94 assertTrue(mBundle.isEmpty())
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
RequestUtils.java 44 private Bundle mBundle;
47 mBundle = new Bundle();
51 mBundle.putString(EXTRA_KEY_SOURCE, source);
60 mBundle.putBundle(EXTRA_KEY_METADATA, metadata);
65 mBundle.putSerializable(EXTRA_KEY_HEADERS, headers);
70 return mBundle;
MediaItem.java 27 private Bundle mBundle;
34 mBundle = in.readBundle();
38 return mBundle.getString(MediaMetadata.METADATA_KEY_TITLE);
42 return mBundle.getString(MediaMetadata.METADATA_KEY_ALBUM_ARTIST);
60 dest.writeBundle(mBundle);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaSessionStatus.java 51 private final Bundle mBundle;
86 mBundle = bundle;
96 return mBundle.getLong(KEY_TIMESTAMP);
106 return mBundle.getInt(KEY_SESSION_STATE, SESSION_STATE_INVALIDATED);
115 return mBundle.getBoolean(KEY_QUEUE_PAUSED);
124 return mBundle.getBundle(KEY_EXTRAS);
159 return mBundle;
176 private final Bundle mBundle;
185 mBundle = new Bundle();
199 mBundle = new Bundle(status.mBundle)
    [all...]
MediaRouteDiscoveryRequest.java 31 private final Bundle mBundle;
45 mBundle = new Bundle();
47 mBundle.putBundle(KEY_SELECTOR, selector.asBundle());
48 mBundle.putBoolean(KEY_ACTIVE_SCAN, activeScan);
52 mBundle = bundle;
65 mSelector = MediaRouteSelector.fromBundle(mBundle.getBundle(KEY_SELECTOR));
78 return mBundle.getBoolean(KEY_ACTIVE_SCAN);
120 return mBundle;
MediaRouteDescriptor.java 55 private final Bundle mBundle;
59 mBundle = bundle;
72 return mBundle.getString(KEY_ID);
83 return mBundle.getString(KEY_NAME);
94 return mBundle.getString(KEY_DESCRIPTION);
101 return mBundle.getBoolean(KEY_ENABLED, true);
108 return mBundle.getBoolean(KEY_CONNECTING, false);
118 return mBundle.getBoolean(KEY_CAN_DISCONNECT, false);
129 return mBundle.getParcelable(KEY_SETTINGS_INTENT);
142 mControlFilters = mBundle.<IntentFilter>getParcelableArrayList(KEY_CONTROL_FILTERS)
    [all...]
MediaItemStatus.java 67 private final Bundle mBundle;
199 mBundle = bundle;
209 return mBundle.getLong(KEY_TIMESTAMP);
222 return mBundle.getInt(KEY_PLAYBACK_STATE, PLAYBACK_STATE_ERROR);
232 return mBundle.getLong(KEY_CONTENT_POSITION, -1);
242 return mBundle.getLong(KEY_CONTENT_DURATION, -1);
251 return mBundle.getBundle(KEY_EXTRAS);
297 return mBundle;
314 private final Bundle mBundle;
323 mBundle = new Bundle()
    [all...]
MediaRouteProviderDescriptor.java 36 private final Bundle mBundle;
41 mBundle = bundle;
55 ArrayList<Bundle> routeBundles = mBundle.<Bundle>getParcelableArrayList(KEY_ROUTES);
105 return mBundle;
122 private final Bundle mBundle;
129 mBundle = new Bundle();
141 mBundle = new Bundle(descriptor.mBundle);
192 mBundle.putParcelableArrayList(KEY_ROUTES, routeBundles);
194 return new MediaRouteProviderDescriptor(mBundle, mRoutes)
    [all...]
MediaRouteSelector.java 49 private final Bundle mBundle;
58 mBundle = bundle;
74 mControlCategories = mBundle.getStringArrayList(KEY_CONTROL_CATEGORIES);
196 return mBundle;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
Test.java 10 private Bundle mBundle;
19 mBundle = new Bundle();
25 mBundle.putFloat(key, value);
29 synchronized(mBundle) {
30 mBundle.notify();
37 synchronized(mBundle) {
39 mBundle.wait();
44 getInstrumentation().sendStatus(0, mBundle);
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionBundle.java 70 private final Bundle mBundle;
78 mBundle = new Bundle();
79 mBundle.putInt(TRANSACTION_TYPE, transactionType);
94 mBundle.putString(URI, uri);
103 mBundle = bundle;
109 mBundle.putString(MMSC_URL, mmscUrl);
110 mBundle.putString(PROXY_ADDRESS, proxyAddress);
111 mBundle.putInt(PROXY_PORT, proxyPort);
122 return mBundle;
126 return mBundle.getInt(TRANSACTION_TYPE)
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadata.java 324 private final Bundle mBundle;
328 mBundle = new Bundle(bundle);
332 mBundle = in.readBundle();
342 return mBundle.containsKey(key);
354 return mBundle.getCharSequence(key);
382 return mBundle.getLong(key, 0);
395 rating = mBundle.getParcelable(key);
413 bmp = mBundle.getParcelable(key);
428 dest.writeBundle(mBundle);
437 return mBundle.size()
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/
MediaMetadataCompat.java 255 private final Bundle mBundle;
260 mBundle = new Bundle(bundle);
264 mBundle = in.readBundle();
274 return mBundle.containsKey(key);
286 return mBundle.getCharSequence(key);
298 CharSequence text = mBundle.getCharSequence(key);
313 return mBundle.getLong(key, 0);
326 rating = mBundle.getParcelable(key);
344 bmp = mBundle.getParcelable(key);
426 dest.writeBundle(mBundle);
    [all...]
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 63 Bundle mBundle;
71 if (mBundle == null) mBundle = new Bundle();
72 return mBundle;
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 64 private HashMap<String, byte[]> mBundle = new HashMap<String, byte[]>();
94 mBundle.put(key, bytes);
101 outStates.putSerializable(DATA_KEY, mBundle);
121 mBundle = (HashMap) savedStates.getSerializable(DATA_KEY);
179 return mBundle.containsKey(KeyChain.EXTRA_PKCS12);
183 return mBundle.containsKey(Credentials.EXTRA_PUBLIC_KEY)
184 && mBundle.containsKey(Credentials.EXTRA_PRIVATE_KEY);
211 return !mBundle.isEmpty();
215 return mBundle.get(key);
219 mBundle.put(KeyChain.EXTRA_PKCS12, data)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 310 private final Bundle mBundle = new Bundle();
322 return mBundle;
  /cts/tests/app/src/android/app/cts/
InstrumentationTestActivity.java 54 private Bundle mBundle;
143 mBundle = outState;
340 return mBundle;
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 240 private final Bundle mBundle;
247 mBundle = bundle;
303 return mBundle;
  /frameworks/base/tools/aapt/
ResourceTable.h 589 Bundle* mBundle;
Resource.cpp 336 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
340 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
348 const Bundle* mBundle;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java     [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 

Completed in 422 milliseconds

1 2