Home
last modified time | relevance | path

Searched refs:CREATOR (Results 1 – 25 of 122) sorted by relevance

12345

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DAdvertiseDataTest.java47 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/
DAbsSavedStateTest.java88 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
DView_BaseSavedStateTest.java80 BaseSavedState[] array = BaseSavedState.CREATOR.newArray(size); in testCreator()
91 BaseSavedState unparceled = BaseSavedState.CREATOR.createFromParcel(parcel); in testCreator()
DKeyboardShortcutInfoTest.java83 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/
DOutputConfigurationTest.java44 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/
DDataObjectUnitTests.java86 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/
DCellInfoTest.java178 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 …]
DRadioAccessSpecifierTest.java49 toCompare1 = RadioAccessSpecifier.CREATOR.createFromParcel(stateParcel); in testConstructorAndGetters()
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java51 MediaDescription.CREATOR.createFromParcel(p).toString()); in testBrowsableMediaItem()
74 MediaDescription.CREATOR.createFromParcel(p).toString()); in testPlayableMediaItem()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java61 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/
DTvTrackInfoTest.java52 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/
DIBinderParcelable.java38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
/cts/tests/app/src/android/app/cts/
DActivityManagerRunningTaskInfoTest.java53 ActivityManager.RunningTaskInfo values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel()
67 values = ActivityManager.RunningTaskInfo.CREATOR in testWriteToParcel()
DActivityManagerRecentTaskInfoTest.java52 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/
DCommandApdu.java28 public static final Parcelable.Creator<CommandApdu> CREATOR = field in CommandApdu
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DEditPropertiesTx.java9 public static final Parcelable.Creator<EditPropertiesTx> CREATOR = field in EditPropertiesTx
DGetAuthTokenLabelTx.java8 public static final Parcelable.Creator<GetAuthTokenLabelTx> CREATOR = field in GetAuthTokenLabelTx
DGetAccountRemovalAllowedTx.java10 public static final Parcelable.Creator<GetAccountRemovalAllowedTx> CREATOR = field in GetAccountRemovalAllowedTx
DStartUpdateCredentialsSessionTx.java10 public static final Parcelable.Creator<StartUpdateCredentialsSessionTx> CREATOR = field in StartUpdateCredentialsSessionTx
DConfirmCredentialsTx.java10 public static final Parcelable.Creator<ConfirmCredentialsTx> CREATOR = field in ConfirmCredentialsTx
/cts/tests/tests/os/src/android/os/cts/
DCrossProcessExceptionService.java46 public static final Creator<CustomException> CREATOR = new Creator<CustomException>() { field in CrossProcessExceptionService.CustomException
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DExtractedTextRequestTest.java45 ExtractedTextRequest target = ExtractedTextRequest.CREATOR.createFromParcel(p); in testExtractedTextRequest()
/cts/tests/tests/content/src/android/content/pm/cts/
DServiceInfoTest.java50 ServiceInfo infoFromParcel = ServiceInfo.CREATOR.createFromParcel(p); in testServiceInfo()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DMyAutofillId.java68 public static final Creator<MyAutofillId> CREATOR = new Creator<MyAutofillId>() { field in MyAutofillId
/cts/tests/tests/telephony/src/android/telephony/euicc/cts/
DEuiccInfoTest.java68 EuiccInfo euiccInfoFromParcel = EuiccInfo.CREATOR.createFromParcel(parcel); in testWriteToParcel()

12345