/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | AdvertiseDataTest.java | 47 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyData() 63 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyServiceUuid() 80 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyManufacturerData() 96 AdvertiseData.CREATOR.createFromParcel(parcel); in testEmptyServiceData() 113 AdvertiseData.CREATOR.createFromParcel(parcel); in testServiceUuid() 136 AdvertiseData.CREATOR.createFromParcel(parcel); in testManufacturerData() 154 AdvertiseData.CREATOR.createFromParcel(parcel); in testServiceData() 166 AdvertiseData.CREATOR.createFromParcel(parcel); in testIncludeTxPower()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | AbsSavedStateTest.java | 88 AbsSavedState[] array = AbsSavedState.CREATOR.newArray(size); in testCreator() 99 AbsSavedState unparceled = AbsSavedState.CREATOR.createFromParcel(parcel); in testCreator() 107 if (AbsSavedState.CREATOR instanceof Parcelable.ClassLoaderCreator) { in testCreator() 109 ((Parcelable.ClassLoaderCreator) AbsSavedState.CREATOR).createFromParcel(parcel, in testCreator() 141 public static final Creator<AbsSavedStateImpl> CREATOR = field in AbsSavedStateTest.AbsSavedStateImpl
|
D | View_BaseSavedStateTest.java | 80 BaseSavedState[] array = BaseSavedState.CREATOR.newArray(size); in testCreator() 91 BaseSavedState unparceled = BaseSavedState.CREATOR.createFromParcel(parcel); in testCreator()
|
D | KeyboardShortcutInfoTest.java | 83 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadCharacter() 99 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadKeycode()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | OutputConfigurationTest.java | 44 OutputConfiguration parcelledOutput = OutputConfiguration.CREATOR.createFromParcel(p); in testSharedSurfaceOutputConfigurationBasic() 66 parcelledOutput = OutputConfiguration.CREATOR.createFromParcel(p); in testSharedSurfaceOutputConfigurationBasic() 91 parcelledOutput = OutputConfiguration.CREATOR.createFromParcel(p); in testSharedSurfaceOutputConfigurationBasic()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 86 PhoneAccount parcelAccount = PhoneAccount.CREATOR.createFromParcel(p); in testPhoneAccount() 118 PhoneAccountHandle unparcelled = PhoneAccountHandle.CREATOR.createFromParcel(p); in testPhoneAccountHandle() 152 ConnectionRequest parcelRequest = ConnectionRequest.CREATOR.createFromParcel(p); in testConnectionRequest() 185 DisconnectCause parcelCause = DisconnectCause.CREATOR.createFromParcel(p); in testDisconnectCause() 220 StatusHints parcelHints = StatusHints.CREATOR.createFromParcel(p); in testStatusHints() 251 GatewayInfo parcelInfo = GatewayInfo.CREATOR.createFromParcel(p); in testGatewayInfo() 275 CallAudioState parcelAudioState = CallAudioState.CREATOR.createFromParcel(p); in testCallAudioState() 296 VideoProfile unparcelled = VideoProfile.CREATOR.createFromParcel(p); in testVideoProfile() 314 VideoProfile.CameraCapabilities.CREATOR.createFromParcel(p); in testCameraCapabilities()
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | CellInfoTest.java | 178 CellInfoCdma newCi = CellInfoCdma.CREATOR.createFromParcel(p); in verifyCellInfoCdmaParcelandHashcode() 216 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p); in verifyCellIdentityCdmaParcel() 257 CellSignalStrengthCdma newCss = CellSignalStrengthCdma.CREATOR.createFromParcel(p); in verifyCellSignalStrengthCdmaParcel() 276 CellInfoLte newCi = CellInfoLte.CREATOR.createFromParcel(p); in verifyCellInfoLteParcelandHashcode() 362 CellIdentityLte newci = CellIdentityLte.CREATOR.createFromParcel(p); in verifyCellIdentityLteParcel() 408 CellSignalStrengthLte newCss = CellSignalStrengthLte.CREATOR.createFromParcel(p); in verifyCellSignalStrengthLteParcel() 427 CellInfoWcdma newCi = CellInfoWcdma.CREATOR.createFromParcel(p); in verifyCellInfoWcdmaParcelandHashcode() 492 CellIdentityWcdma newci = CellIdentityWcdma.CREATOR.createFromParcel(p); in verifyCellIdentityWcdmaParcel() 516 CellSignalStrengthWcdma newCss = CellSignalStrengthWcdma.CREATOR.createFromParcel(p); in verifyCellSignalStrengthWcdmaParcel() 535 CellInfoGsm newCi = CellInfoGsm.CREATOR.createFromParcel(p); in verifyCellInfoWcdmaParcelandHashcode() [all …]
|
D | RadioAccessSpecifierTest.java | 49 toCompare1 = RadioAccessSpecifier.CREATOR.createFromParcel(stateParcel); in testConstructorAndGetters()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaItemTest.java | 51 MediaDescription.CREATOR.createFromParcel(p).toString()); in testBrowsableMediaItem() 74 MediaDescription.CREATOR.createFromParcel(p).toString()); in testPlayableMediaItem()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsActivityTest.java | 61 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testGood() 87 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testDerivedClass() 116 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testWebView()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvTrackInfoTest.java | 52 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p); in testAudioTrackInfoOp() 93 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p); in testVideoTrackInfoOp() 127 TvTrackInfo infoFromParcel = TvTrackInfo.CREATOR.createFromParcel(p); in testSubtitleTrackInfoOp()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | IBinderParcelable.java | 38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerRunningTaskInfoTest.java | 53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel() 67 values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel()
|
D | ActivityManagerRecentTaskInfoTest.java | 52 ActivityManager.RecentTaskInfo values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel() 67 values = ActivityManager.RecentTaskInfo.CREATOR in testWriteToParcel()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | CommandApdu.java | 28 public static final Parcelable.Creator<CommandApdu> CREATOR = field in CommandApdu
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | EditPropertiesTx.java | 9 public static final Parcelable.Creator<EditPropertiesTx> CREATOR = field in EditPropertiesTx
|
D | GetAuthTokenLabelTx.java | 8 public static final Parcelable.Creator<GetAuthTokenLabelTx> CREATOR = field in GetAuthTokenLabelTx
|
D | GetAccountRemovalAllowedTx.java | 10 public static final Parcelable.Creator<GetAccountRemovalAllowedTx> CREATOR = field in GetAccountRemovalAllowedTx
|
D | StartUpdateCredentialsSessionTx.java | 10 public static final Parcelable.Creator<StartUpdateCredentialsSessionTx> CREATOR = field in StartUpdateCredentialsSessionTx
|
D | ConfirmCredentialsTx.java | 10 public static final Parcelable.Creator<ConfirmCredentialsTx> CREATOR = field in ConfirmCredentialsTx
|
/cts/tests/tests/os/src/android/os/cts/ |
D | CrossProcessExceptionService.java | 46 public static final Creator<CustomException> CREATOR = new Creator<CustomException>() { field in CrossProcessExceptionService.CustomException
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | ExtractedTextRequestTest.java | 45 ExtractedTextRequest target = ExtractedTextRequest.CREATOR.createFromParcel(p); in testExtractedTextRequest()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ServiceInfoTest.java | 50 ServiceInfo infoFromParcel = ServiceInfo.CREATOR.createFromParcel(p); in testServiceInfo()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | MyAutofillId.java | 68 public static final Creator<MyAutofillId> CREATOR = new Creator<MyAutofillId>() { field in MyAutofillId
|
/cts/tests/tests/telephony/src/android/telephony/euicc/cts/ |
D | EuiccInfoTest.java | 68 EuiccInfo euiccInfoFromParcel = EuiccInfo.CREATOR.createFromParcel(parcel); in testWriteToParcel()
|