/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()
|
D | ScanSettingsTest.java | 56 ScanSettings settingsFromParcel = ScanSettings.CREATOR.createFromParcel(parcel); in testReadWriteParcel()
|
/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/widget/src/android/widget/cts/ |
D | RemoteViewsActivityTest.java | 53 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/ |
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/tests/tests/media/src/android/media/cts/ |
D | MediaItemTest.java | 50 MediaDescription.CREATOR.createFromParcel(p).toString()); in testBrowsableMediaItem() 72 MediaDescription.CREATOR.createFromParcel(p).toString()); in testPlayableMediaItem()
|
D | AudioAttributesTest.java | 56 final AudioAttributes targetAttr = AudioAttributes.CREATOR.createFromParcel(dstParcel); in testParcelableWriteToParcelCreate()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | KeyboardShortcutInfoTest.java | 67 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadCharacter() 82 KeyboardShortcutInfo result = KeyboardShortcutInfo.CREATOR.createFromParcel(dest); in testWriteToParcelAndReadKeycode()
|
/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/libs/deviceutil/src/android/cts/util/ |
D | IBinderParcelable.java | 38 CREATOR = new Parcelable.Creator<IBinderParcelable>() { field in IBinderParcelable
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
D | EditorInfoTest.java | 59 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testEditorInfo() 89 EditorInfo targetInfo = EditorInfo.CREATOR.createFromParcel(p); in testNullHintLocals()
|
D | ExtractedTextRequestTest.java | 38 ExtractedTextRequest target = ExtractedTextRequest.CREATOR.createFromParcel(p); in testExtractedTextRequest()
|
D | CompletionInfoTest.java | 41 CompletionInfo targetInfo = CompletionInfo.CREATOR.createFromParcel(p); in testCompletionInfo()
|
D | ExtractedTextTest.java | 37 ExtractedText target = ExtractedText.CREATOR.createFromParcel(p); in testWriteToParcel()
|
/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 | ConfirmCredentialsTx.java | 10 public static final Parcelable.Creator<ConfirmCredentialsTx> CREATOR = field in ConfirmCredentialsTx
|
D | GetAuthTokenTx.java | 10 public static final Parcelable.Creator<GetAuthTokenTx> CREATOR = field in GetAuthTokenTx
|
D | HasFeaturesTx.java | 13 public static final Parcelable.Creator<HasFeaturesTx> CREATOR = field in HasFeaturesTx
|
D | UpdateCredentialsTx.java | 10 public static final Parcelable.Creator<UpdateCredentialsTx> CREATOR = field in UpdateCredentialsTx
|
/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/content/src/android/content/pm/cts/ |
D | ServiceInfoTest.java | 50 ServiceInfo infoFromParcel = ServiceInfo.CREATOR.createFromParcel(p); in testServiceInfo()
|
D | PackageStatsTest.java | 51 PackageStats infoFromParcel = PackageStats.CREATOR.createFromParcel(p); in testPackageStats()
|