Home
last modified time | relevance | path

Searched refs:CREATOR (Results 1 – 25 of 109) 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
DKeyboardShortcutInfoTest.java83 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadCharacter()
99 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadKeycode()
DView_BaseSavedStateTest.java80 BaseSavedState[] array = BaseSavedState.CREATOR.newArray(size); in testCreator()
91 BaseSavedState unparceled = BaseSavedState.CREATOR.createFromParcel(parcel); in testCreator()
/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/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/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/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/content/src/com/android/content/cts/
DDummyParcelable.java32 public static final Parcelable.Creator<DummyParcelable> CREATOR field in DummyParcelable
/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()
DNotificationChannelGroupTest.java48 NotificationChannelGroup.CREATOR.createFromParcel(parcel); in testWriteToParcel()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DIBinderParcelable.java38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
/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
DConfirmCredentialsTx.java10 public static final Parcelable.Creator<ConfirmCredentialsTx> CREATOR = field in ConfirmCredentialsTx
DStartUpdateCredentialsSessionTx.java10 public static final Parcelable.Creator<StartUpdateCredentialsSessionTx> CREATOR = field in StartUpdateCredentialsSessionTx
DGetAuthTokenTx.java10 public static final Parcelable.Creator<GetAuthTokenTx> CREATOR = field in GetAuthTokenTx
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DCommandApdu.java28 public static final Parcelable.Creator<CommandApdu> CREATOR = field in CommandApdu
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditorInfoTest.java72 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testEditorInfo()
104 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testNullHintLocals()
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()
DPackageStatsTest.java51 PackageStats infoFromParcel = PackageStats.CREATOR.createFromParcel(p); in testPackageStats()
/cts/tests/tests/os/src/android/os/cts/
DCrossProcessExceptionService.java46 public static final Creator<CustomException> CREATOR = new Creator<CustomException>() { field in CrossProcessExceptionService.CustomException

12345