Home
last modified time | relevance | path

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

1234

/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()
DScanSettingsTest.java56 ScanSettings settingsFromParcel = ScanSettings.CREATOR.createFromParcel(parcel); in testReadWriteParcel()
/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/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java53 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testGood()
79 RemoteViews r = RemoteViews.CREATOR.createFromParcel(p); in testDerivedClass()
108 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/tests/tests/media/src/android/media/cts/
DMediaItemTest.java50 MediaDescription.CREATOR.createFromParcel(p).toString()); in testBrowsableMediaItem()
72 MediaDescription.CREATOR.createFromParcel(p).toString()); in testPlayableMediaItem()
DAudioAttributesTest.java56 final AudioAttributes targetAttr = AudioAttributes.CREATOR.createFromParcel(dstParcel); in testParcelableWriteToParcelCreate()
/cts/tests/tests/view/src/android/view/cts/
DKeyboardShortcutInfoTest.java67 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadCharacter()
82 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadKeycode()
/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/libs/deviceutil/src/android/cts/util/
DIBinderParcelable.java38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java59 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testEditorInfo()
89 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testNullHintLocals()
DExtractedTextRequestTest.java38 ExtractedTextRequest target = ExtractedTextRequest.CREATOR.createFromParcel(p); in testExtractedTextRequest()
DCompletionInfoTest.java41 CompletionInfo targetInfo = CompletionInfo.CREATOR.createFromParcel(p); in testCompletionInfo()
DExtractedTextTest.java37 ExtractedText target = ExtractedText.CREATOR.createFromParcel(p); in testWriteToParcel()
/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
DGetAuthTokenTx.java10 public static final Parcelable.Creator<GetAuthTokenTx> CREATOR = field in GetAuthTokenTx
DHasFeaturesTx.java13 public static final Parcelable.Creator<HasFeaturesTx> CREATOR = field in HasFeaturesTx
DUpdateCredentialsTx.java10 public static final Parcelable.Creator<UpdateCredentialsTx> CREATOR = field in UpdateCredentialsTx
/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/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()

1234