Home
last modified time | relevance | path

Searched refs:putParcelable (Results 1 – 25 of 185) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/android/os/
DBundleTest.java87 source.putParcelable("fd", pipe[0]); in createBundleParcel()
264 a.putParcelable("key1", p1); in kindofEquals_lazyValues()
266 b.putParcelable("key1", p2); in kindofEquals_lazyValues()
295 a.putParcelable("key1", p1); in kindofEquals_lazyValuesWithIdenticalParcels_returnsTrue()
303 b.putParcelable("key1", p2); in kindofEquals_lazyValuesWithIdenticalParcels_returnsTrue()
320 a.putParcelable("key", p1); in kindofEquals_lazyValuesAndDifferentClassLoaders_returnsFalse()
324 b.putParcelable("key", p2); in kindofEquals_lazyValuesAndDifferentClassLoaders_returnsFalse()
339 a.putParcelable("key", p); in kindofEquals_lazyValuesOfDifferentTypes_returnsFalse()
357 a.putParcelable("key", p1); in kindofEquals_lazyValuesWithDifferentLengths_returnsFalse()
361 b.putParcelable("key", p2); in kindofEquals_lazyValuesWithDifferentLengths_returnsFalse()
[all …]
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1376 in.putParcelable(DocumentsContract.EXTRA_URI, parentDocumentUri); in createDocument()
1407 in.putParcelable(DocumentsContract.EXTRA_URI, parentDocumentUri); in isChildDocument()
1408 in.putParcelable(DocumentsContract.EXTRA_TARGET_URI, childDocumentUri); in isChildDocument()
1443 in.putParcelable(DocumentsContract.EXTRA_URI, documentUri); in renameDocument()
1467 in.putParcelable(DocumentsContract.EXTRA_URI, documentUri); in deleteDocument()
1492 in.putParcelable(DocumentsContract.EXTRA_URI, sourceDocumentUri); in copyDocument()
1493 in.putParcelable(DocumentsContract.EXTRA_TARGET_URI, targetParentDocumentUri); in copyDocument()
1519 in.putParcelable(DocumentsContract.EXTRA_URI, sourceDocumentUri); in moveDocument()
1520 in.putParcelable(DocumentsContract.EXTRA_PARENT_URI, sourceParentDocumentUri); in moveDocument()
1521 in.putParcelable(DocumentsContract.EXTRA_TARGET_URI, targetParentDocumentUri); in moveDocument()
[all …]
/frameworks/base/core/java/android/service/ambientcontext/
DAmbientContextDetectionService.java84 bundle.putParcelable( in onBind()
92 bundle.putParcelable( in onBind()
122 bundle.putParcelable( in onBind()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java80 result.putParcelable(AccountManagerServiceTestFixtures.KEY_OPTIONS_BUNDLE, options); in addAccount()
92 result.putParcelable(AccountManager.KEY_INTENT, intent); in addAccount()
130 result.putParcelable(AccountManager.KEY_INTENT, intent); in confirmCredentials()
180 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAuthToken()
223 result.putParcelable(AccountManager.KEY_INTENT, intent); in updateCredentials()
307 result.putParcelable(AccountManager.KEY_INTENT, intent); in startAddAccountSession()
364 result.putParcelable(AccountManager.KEY_INTENT, intent); in startUpdateCredentialsSession()
415 result.putParcelable(AccountManager.KEY_INTENT, intent); in finishSession()
454 result.putParcelable(AccountManager.KEY_INTENT, intent); in getAccountRemovalAllowed()
/frameworks/base/core/java/android/service/displayhash/
DDisplayHashingService.java130 data.putParcelable(EXTRA_VERIFIED_DISPLAY_HASH, verifiedDisplayHash); in verifyDisplayHash()
138 data.putParcelable(entry.getKey(), entry.getValue()); in getDisplayHashAlgorithms()
170 result.putParcelable(EXTRA_DISPLAY_HASH, displayHash); in generateDisplayHash()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java236 n.extras.putParcelable(EXTRA_LARGE_ICON, originalIcon); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
293 bundleContainingAnotherNotification.putParcelable(null, another); in allPendingIntents_resilientToAnotherNotificationInExtras()
830 extras.putParcelable(EXTRA_MEDIA_SESSION, new Intent()); in testIsMediaNotification_invalidSession_returnsFalse()
878 extras.putParcelable(EXTRA_PEOPLE_LIST, null); in testRecoverBuilder_nullExtraPeopleList_noCrash()
885 fakeTypes.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testRecoverBuilder_nullExtraPeopleList_noCrash()
898 fakeTypes.putParcelable(EXTRA_LARGE_ICON_BIG, new Bundle()); in testVisitUris_invalidExtra_noCrash()
899 fakeTypes.putParcelable(EXTRA_PICTURE_ICON, new Bundle()); in testVisitUris_invalidExtra_noCrash()
900 fakeTypes.putParcelable(EXTRA_MESSAGING_PERSON, new Bundle()); in testVisitUris_invalidExtra_noCrash()
914 fakeTypes.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testRecoverBuilder_invalidExtra_noCrash()
928 fakeTypes.putParcelable(EXTRA_MEDIA_SESSION, new Bundle()); in testIsMediaNotification_invalidExtra_noCrash()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DTestAccessPointBuilder.java83 bundle.putParcelable(AccessPoint.KEY_CONFIG, wifiConfig); in build()
84 bundle.putParcelable(AccessPoint.KEY_NETWORKINFO, mNetworkInfo); in build()
85 bundle.putParcelable(AccessPoint.KEY_WIFIINFO, mWifiInfo); in build()
/frameworks/base/core/java/android/service/wearable/
DWearableSensingService.java227 bundle.putParcelable( in onBind()
279 bundle.putParcelable( in onBind()
287 bundle.putParcelable( in onBind()
317 bundle.putParcelable( in onBind()
673 bundle.putParcelable(WearableSensingDataRequest.REQUEST_BUNDLE_KEY, request);
681 bundle.putParcelable(
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java883 m.putParcelable("Cdma", mCdma); in fillInNotifierBundle()
884 m.putParcelable("Gsm", mGsm); in fillInNotifierBundle()
885 m.putParcelable("Wcdma", mWcdma); in fillInNotifierBundle()
886 m.putParcelable("Tdscdma", mTdscdma); in fillInNotifierBundle()
887 m.putParcelable("Lte", mLte); in fillInNotifierBundle()
888 m.putParcelable("Nr", mNr); in fillInNotifierBundle()
/frameworks/base/core/java/android/service/resumeonreboot/
DResumeOnRebootService.java137 bundle.putParcelable(EXCEPTION_KEY, new ParcelableException(e));
154 bundle.putParcelable(EXCEPTION_KEY, new ParcelableException(e));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestReceiverTest.kt185 putParcelable(Intent.EXTRA_COMPONENT_NAME, PrivateParcelable()) in testClassNotFoundExceptionComponent_noCrash()
186 putParcelable(ControlsProviderService.EXTRA_CONTROL, control) in testClassNotFoundExceptionComponent_noCrash()
204 putParcelable(Intent.EXTRA_COMPONENT_NAME, componentName) in testClassNotFoundExceptionControl_noCrash()
205 putParcelable(ControlsProviderService.EXTRA_CONTROL, PrivateParcelable()) in testClassNotFoundExceptionControl_noCrash()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip2/
DPipTransitionStateTest.java76 extra.putParcelable(EXTRA_ENTRY_KEY, mEmptyParcelable); in testEnteredState_withExtra()
108 extra.putParcelable(EXTRA_ENTRY_KEY, mEmptyParcelable); in testCustomState_withExtra_thenEntered_withoutExtra()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardRemotePreviewManager.kt76 result.putParcelable( in <lambda>()
91 result.putParcelable(KEY_PREVIEW_CALLBACK, msg) in <lambda>()
/frameworks/base/core/java/android/app/slice/
DSliceManager.java227 extras.putParcelable(SliceProvider.EXTRA_BIND_URI, uri); in getSliceDescendants()
255 extras.putParcelable(SliceProvider.EXTRA_BIND_URI, uri); in bindSlice()
308 extras.putParcelable(SliceProvider.EXTRA_INTENT, intent); in mapIntentToUri()
386 extras.putParcelable(SliceProvider.EXTRA_INTENT, intent); in bindSlice()
DSliceProvider.java360 b.putParcelable(EXTRA_SLICE, s); in call()
371 b.putParcelable(EXTRA_SLICE, s); in call()
373 b.putParcelable(EXTRA_SLICE, null); in call()
381 b.putParcelable(EXTRA_SLICE, uri); in call()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DSurfaceViewRequestUtils.java35 bundle.putParcelable(KEY_SURFACE_CONTROL, surfaceView.getSurfaceControl()); in createSurfaceBundle()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsCallProfileTest.java151 srcParcel.mCallExtras.putParcelable("JUNK", new JunkParcelable()); in testExtrasCleanup()
153 srcParcel.mCallExtras.putParcelable("NOTJUNK", new DisconnectCause(DisconnectCause.BUSY)); in testExtrasCleanup()
/frameworks/base/core/java/android/service/controls/templates/
DToggleTemplate.java84 b.putParcelable(KEY_BUTTON, mButton); in getDataBundle()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTransition.java211 extra.putParcelable(PIP_TASK_TOKEN, pipChange.getContainer()); in startAnimation()
212 extra.putParcelable(PIP_TASK_LEASH, pipChange.getLeash()); in startAnimation()
272 extra.putParcelable(PIP_START_TX, startTransaction); in startResizeAnimation()
273 extra.putParcelable(PIP_FINISH_TX, finishTransaction); in startResizeAnimation()
274 extra.putParcelable(PIP_DESTINATION_BOUNDS, pipChange.getEndAbsBounds()); in startResizeAnimation()
/frameworks/base/services/core/java/com/android/server/slice/
DPinnedSliceState.java188 b.putParcelable(SliceProvider.EXTRA_BIND_URI, mUri); in handleSendPinned()
201 b.putParcelable(SliceProvider.EXTRA_BIND_URI, mUri); in handleSendUnpinned()
/frameworks/base/core/java/android/app/
DSharedElementCallback.java186 bundle.putParcelable(BUNDLE_SNAPSHOT_BITMAP, bitmap); in onCaptureSharedElementSnapshot()
189 bundle.putParcelable(BUNDLE_SNAPSHOT_HARDWARE_BUFFER, hardwareBuffer); in onCaptureSharedElementSnapshot()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DSummaryForAllUidLoader.java42 args.putParcelable(KEY_TEMPLATE, template); in buildArgs()
/frameworks/base/core/java/com/android/internal/app/
DChooserStackedAppDialogFragment.java55 outState.putParcelable(MULTI_DRI_KEY, mMultiDisplayResolveInfo); in onSaveInstanceState()
/frameworks/base/core/java/com/android/internal/util/
DScreenshotRequest.java303 bundle.putParcelable(KEY_BUFFER, bitmap.getHardwareBuffer()); in hardwareBitmapToBundle()
304 bundle.putParcelable(KEY_COLOR_SPACE, colorSpace); in hardwareBitmapToBundle()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java196 bundle.putParcelable(ContentResolver.REMOTE_CALLBACK_RESULT, in canonicalizeAsync()
218 bundle.putParcelable(ContentResolver.REMOTE_CALLBACK_RESULT, in uncanonicalizeAsync()

12345678