OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putParcelableArray
(Results
1 - 11
of
11
) sorted by null
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
ErrorLoggingService.java
128
b.
putParcelableArray
(LOG_EVENT_ARRAY,
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBundleTest.java
220
bundle.
putParcelableArray
("foo", arr);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRtt2ManagerFacade.java
187
msg.
putParcelableArray
("Results", resultBundles);
WifiScannerFacade.java
128
mResults.
putParcelableArray
("Results", results);
218
mScanData.
putParcelableArray
("Results", results);
WifiRttManagerFacade.java
120
msg.
putParcelableArray
("Results", resultBundles);
WifiAwareManagerFacade.java
[
all
...]
/developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
326
mCurrentRestrictions.
putParcelableArray
(RESTRICTION_KEY_ITEMS, convertToBundles(items));
464
mCurrentRestrictions.
putParcelableArray
(RESTRICTION_KEY_ITEMS, convertToBundles(items));
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
326
mCurrentRestrictions.
putParcelableArray
(RESTRICTION_KEY_ITEMS, convertToBundles(items));
464
mCurrentRestrictions.
putParcelableArray
(RESTRICTION_KEY_ITEMS, convertToBundles(items));
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java
326
mCurrentRestrictions.
putParcelableArray
(RESTRICTION_KEY_ITEMS, convertToBundles(items));
464
mCurrentRestrictions.
putParcelableArray
(RESTRICTION_KEY_ITEMS, convertToBundles(items));
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsTest.java
254
result.
putParcelableArray
("bundle_array", bundleArray);
/cts/tests/tests/os/src/android/os/cts/
BundleTest.java
482
// getParcelableArray should only return the ParcelableArray set by
putParcelableArray
487
mBundle.
putParcelableArray
(KEY, new Bundle[] {
739
mBundle.
putParcelableArray
("foo", new Parcelable[1]);
[
all
...]
Completed in 823 milliseconds