OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getParcelableArray
(Results
1 - 13
of
13
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBundleTest.java
93
assertThat(bundle.
getParcelableArray
("foo")).isNull();
222
assertThat(bundle.
getParcelableArray
("foo")).isEqualTo(arr);
223
assertThat(bundle.
getParcelableArray
("bar")).isNull();
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextActionTest.java
266
.
getParcelableArray
(EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY);
297
.
getParcelableArray
(EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY);
417
.
getParcelableArray
(EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY);
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
AppRestrictionSchemaFragment.java
187
Parcelable[] parcelables = restrictions.
getParcelableArray
(KEY_ITEMS);
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
221
Parcelable[] parcelables = mCurrentRestrictions.
getParcelableArray
(RESTRICTION_KEY_ITEMS);
358
Parcelable[] parcelables = mCurrentRestrictions.
getParcelableArray
(RESTRICTION_KEY_ITEMS);
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
221
Parcelable[] parcelables = mCurrentRestrictions.
getParcelableArray
(RESTRICTION_KEY_ITEMS);
358
Parcelable[] parcelables = mCurrentRestrictions.
getParcelableArray
(RESTRICTION_KEY_ITEMS);
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
221
Parcelable[] parcelables = mCurrentRestrictions.
getParcelableArray
(RESTRICTION_KEY_ITEMS);
358
Parcelable[] parcelables = mCurrentRestrictions.
getParcelableArray
(RESTRICTION_KEY_ITEMS);
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java
277
Parcelable[] bundleArray = bundle.
getParcelableArray
("bundle_array");
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java
215
Parcelable[] parcelables = restrictions.
getParcelableArray
(KEY_ITEMS);
/developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/
AppRestrictionSchemaFragment.java
215
Parcelable[] parcelables = restrictions.
getParcelableArray
(KEY_ITEMS);
/cts/tests/tests/os/src/android/os/cts/
BundleTest.java
482
//
getParcelableArray
should only return the ParcelableArray set by putParcelableArray
484
assertNull(mBundle.
getParcelableArray
(KEY));
490
Parcelable[] parcelableArray = mBundle.
getParcelableArray
(KEY);
495
parcelableArray = mBundle.
getParcelableArray
(KEY);
[
all
...]
/cts/tests/app/src/android/app/cts/
NotificationTest.java
351
assertNotNull(mNotification.extras.
getParcelableArray
(Notification.EXTRA_MESSAGES));
376
mNotification.extras.
getParcelableArray
(Notification.EXTRA_HISTORIC_MESSAGES));
[
all
...]
/development/apps/Development/src/com/android/development/
AccountsTester.java
410
Parcelable[] accounts = result.
getParcelableArray
(AccountManager.KEY_ACCOUNTS);
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
MethodDescriptor.java
235
param = bundle.
getParcelableArray
(name);
Completed in 1676 milliseconds