Home
last modified time | relevance | path

Searched refs:writeToParcel (Results 1 – 25 of 136) sorted by relevance

123456

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DAdvertiseDataTest.java44 data.writeToParcel(parcel, 0); in testEmptyData()
60 data.writeToParcel(parcel, 0); in testEmptyServiceUuid()
77 data.writeToParcel(parcel, 0); in testEmptyManufacturerData()
93 data.writeToParcel(parcel, 0); in testEmptyServiceData()
110 data.writeToParcel(parcel, 0); in testServiceUuid()
133 data.writeToParcel(parcel, 0); in testManufacturerData()
151 data.writeToParcel(parcel, 0); in testServiceData()
163 data.writeToParcel(parcel, 0); in testIncludeTxPower()
/cts/tests/tests/text/src/android/text/style/cts/
DAlignmentSpan_StandardTest.java36 standard.writeToParcel(p, 0); in testConstructor()
69 s.writeToParcel(p, 0); in testWriteToParcel()
80 s.writeToParcel(p, 0); in testWriteToParcel()
91 s.writeToParcel(p, 0); in testWriteToParcel()
DLeadingMarginSpan_StandardTest.java36 standard.writeToParcel(p, 0); in testConstructor()
76 s.writeToParcel(p, 0); in testWriteToParcel()
88 s.writeToParcel(p, 0); in testWriteToParcel()
DBackgroundColorSpanTest.java33 b.writeToParcel(p, 0); in testConstructor()
82 backgroundColorSpan.writeToParcel(p, 0); in testWriteToParcel()
93 backgroundColorSpan.writeToParcel(p, 0); in testWriteToParcel()
DForegroundColorSpanTest.java33 f.writeToParcel(p, 0); in testConstructor()
84 foregroundColorSpan.writeToParcel(p, 0); in testWriteToParcel()
95 foregroundColorSpan.writeToParcel(p, 0); in testWriteToParcel()
DQuoteSpanTest.java35 q.writeToParcel(p, 0); in testConstructor()
87 quoteSpan.writeToParcel(p, 0); in testWriteToParcel()
97 quoteSpan.writeToParcel(p, 0); in testWriteToParcel()
DAbsoluteSizeSpanTest.java34 asp.writeToParcel(p, 0); in testConstructor()
112 asp.writeToParcel(p, 0); in testWriteToParcel()
123 asp.writeToParcel(p, 0); in testWriteToParcel()
DBulletSpanTest.java38 b.writeToParcel(p, 0); in testConstructor()
103 bulletSpan.writeToParcel(p, 0); in testWriteToParcel()
114 bulletSpan.writeToParcel(p, 0); in testWriteToParcel()
DStrikethroughSpanTest.java32 strikethroughSpan.writeToParcel(p, 0); in testConstructor()
72 strikethroughSpan.writeToParcel(p, 0); in testWriteToParcel()
DSubscriptSpanTest.java32 subscriptSpan.writeToParcel(p, 0); in testConstructor()
94 subscriptSpan.writeToParcel(p, 0); in testWriteToParcel()
DSuperscriptSpanTest.java32 superscriptSpan.writeToParcel(p, 0); in testConstructor()
94 superscriptSpan.writeToParcel(p, 0); in testWriteToParcel()
DTypefaceSpanTest.java35 t.writeToParcel(p, 0); in testConstructor()
102 typefaceSpan.writeToParcel(p, 0); in testWriteToParcel()
DRelativeSizeSpanTest.java32 relativeSizeSpan.writeToParcel(p, 0); in testConstructor()
113 relativeSizeSpan.writeToParcel(p, 0); in testWriteToParcel()
DScaleXSpanTest.java32 scaleXSpan.writeToParcel(p, 0); in testConstructor()
107 scaleXSpan.writeToParcel(p, 0); in testWriteToParcel()
DURLSpanTest.java50 urlSpan.writeToParcel(p, 0); in testConstructor()
111 urlSpan.writeToParcel(p, 0); in testWriteToParcel()
/cts/tests/app/src/android/app/cts/
DActivityManagerRunningTaskInfoTest.java51 mRunningTaskInfo.writeToParcel(parcel, 0); in testWriteToParcel()
65 mRunningTaskInfo.writeToParcel(parcel, 0); in testWriteToParcel()
79 mRunningTaskInfo.writeToParcel(parcel, 0); in testReadFromParcel()
93 mRunningTaskInfo.writeToParcel(parcel, 0); in testReadFromParcel()
DNotificationTest.java94 mNotification.writeToParcel(parcel, 0);
119 mNotification.writeToParcel(parcel, 0);
126 mNotification.writeToParcel(parcel, 0);
133 mNotification.writeToParcel(parcel, 0);
140 mNotification.writeToParcel(parcel, 0);
147 mNotification.writeToParcel(parcel, 0);
DActivityManagerMemoryInfoTest.java44 mMemory.writeToParcel(parcel, 0); in testWriteToParcel()
54 mMemory.writeToParcel(null, 0); in testWriteToParcel()
69 mMemory.writeToParcel(parcel, 0); in testReadFromParcel()
DActivityManagerRecentTaskInfoTest.java50 mRecentTaskInfo.writeToParcel(parcel, 0); in testWriteToParcel()
65 mRecentTaskInfo.writeToParcel(parcel, 0); in testWriteToParcel()
84 mRecentTaskInfo.writeToParcel(parcel, 0); in testReadFromParcel()
99 mRecentTaskInfo.writeToParcel(parcel, 0); in testReadFromParcel()
/cts/tests/tests/content/src/android/content/cts/
DComponentNameTest.java82 componentName.writeToParcel(parcel, 0); in testConstructor()
111 expected.writeToParcel(parcel1, 0); in testReadFromParcel()
196 ComponentName.writeToParcel(componentName, parcel); in testWriteToParcel()
204 ComponentName.writeToParcel(null, parcel); in testWriteToParcel()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java84 account.writeToParcel(p, 0); in testPhoneAccount()
116 accountHandle.writeToParcel(p, 0); in testPhoneAccountHandle()
150 request.writeToParcel(p, 0); in testConnectionRequest()
183 cause.writeToParcel(p, 0); in testDisconnectCause()
218 hints.writeToParcel(p, 0); in testStatusHints()
249 info.writeToParcel(p, 0); in testGatewayInfo()
273 audioState.writeToParcel(p, 0); in testCallAudioState()
294 videoProfile.writeToParcel(p, 0); in testVideoProfile()
311 cameraCapabilities.writeToParcel(p, 0); in testCameraCapabilities()
/cts/tests/tests/view/src/android/view/cts/
DAbsSavedStateTest.java56 savedState.writeToParcel(dest, flags); in testWriteToParcel()
86 public void writeToParcel(Parcel dest, int flags) { in writeToParcel() method in AbsSavedStateTest.MockParcelable
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java50 orig.writeToParcel(p, 0); in testGood()
76 orig.writeToParcel(p, 0); in testDerivedClass()
105 orig.writeToParcel(p, 0); in testWebView()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java50 info.writeToParcel(p, 0); in testAudioTrackInfoOp()
91 info.writeToParcel(p, 0); in testVideoTrackInfoOp()
125 info.writeToParcel(p, 0); in testSubtitleTrackInfoOp()
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java46 mediaItem.writeToParcel(p, 0); in testBrowsableMediaItem()
68 mediaItem.writeToParcel(p, 0); in testPlayableMediaItem()

123456