/frameworks/base/core/tests/coretests/src/android/os/ |
D | BundleTest.java | 87 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/ |
D | DocumentsContract.java | 1376 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/ |
D | AmbientContextDetectionService.java | 84 bundle.putParcelable( in onBind() 92 bundle.putParcelable( in onBind() 122 bundle.putParcelable( in onBind()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType1Authenticator.java | 80 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/ |
D | DisplayHashingService.java | 130 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/ |
D | NotificationTest.java | 236 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/ |
D | TestAccessPointBuilder.java | 83 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/ |
D | WearableSensingService.java | 227 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/ |
D | SignalStrength.java | 883 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/ |
D | ResumeOnRebootService.java | 137 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/ |
D | ControlsRequestReceiverTest.kt | 185 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/ |
D | PipTransitionStateTest.java | 76 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/ |
D | KeyguardRemotePreviewManager.kt | 76 result.putParcelable( in <lambda>() 91 result.putParcelable(KEY_PREVIEW_CALLBACK, msg) in <lambda>()
|
/frameworks/base/core/java/android/app/slice/ |
D | SliceManager.java | 227 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()
|
D | SliceProvider.java | 360 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/ |
D | SurfaceViewRequestUtils.java | 35 bundle.putParcelable(KEY_SURFACE_CONTROL, surfaceView.getSurfaceControl()); in createSurfaceBundle()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsCallProfileTest.java | 151 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/ |
D | ToggleTemplate.java | 84 b.putParcelable(KEY_BUTTON, mButton); in getDataBundle()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipTransition.java | 211 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/ |
D | PinnedSliceState.java | 188 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/ |
D | SharedElementCallback.java | 186 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/ |
D | SummaryForAllUidLoader.java | 42 args.putParcelable(KEY_TEMPLATE, template); in buildArgs()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserStackedAppDialogFragment.java | 55 outState.putParcelable(MULTI_DRI_KEY, mMultiDisplayResolveInfo); in onSaveInstanceState()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ScreenshotRequest.java | 303 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/ |
D | BridgeContentProvider.java | 196 bundle.putParcelable(ContentResolver.REMOTE_CALLBACK_RESULT, in canonicalizeAsync() 218 bundle.putParcelable(ContentResolver.REMOTE_CALLBACK_RESULT, in uncanonicalizeAsync()
|