Home
last modified time | relevance | path

Searched refs:describeContents (Results 1 – 25 of 272) sorted by relevance

1234567891011

/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java86 assertEquals(0, account.describeContents()); in testPhoneAccount()
103 assertEquals(0, parcelAccount.describeContents()); in testPhoneAccount()
118 assertEquals(0, accountHandle.describeContents()); in testPhoneAccountHandle()
155 assertEquals(0, request.describeContents()); in testConnectionRequest()
171 assertEquals(0, parcelRequest.describeContents()); in testConnectionRequest()
190 assertEquals(0, cause.describeContents()); in testDisconnectCause()
203 assertEquals(0, parcelCause.describeContents()); in testDisconnectCause()
231 assertEquals(0, cause.describeContents()); in testDisconnectCauseWithTelephonyDebugInfo()
255 assertEquals(0, hints.describeContents()); in testStatusHints()
268 assertEquals(0, parcelHints.describeContents()); in testStatusHints()
[all …]
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputContentInfoTest.java52 assertEquals(0, info.describeContents()); in testInputContentInfo()
67 assertEquals(info.describeContents(), targetInfo.describeContents()); in testInputContentInfo()
81 assertEquals(0, info.describeContents()); in testOptionalConstructorParam()
/cts/tests/tests/view/src/android/view/cts/
DKeyboardShortcutGroupTest.java62 assertEquals(0, group.describeContents()); in testConstructor()
72 assertEquals(0, group.describeContents()); in testShortConstructor()
82 assertEquals(0, group.describeContents()); in testSystemConstructor()
92 assertEquals(0, group.describeContents()); in testSystemShortConstructor()
DKeyboardShortcutInfoTest.java53 assertEquals(0, info.describeContents()); in testCharacterConstructor()
65 assertEquals(0, info.describeContents()); in testKeycodeConstructor()
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DSelectionBoundaryTest.java43 assertThat(unparceled.describeContents()).isEqualTo(0); in selectionBoundary_atIndex_parcelTest()
54 assertThat(unparceled.describeContents()).isEqualTo(0); in selectionBoundary_atPoint_parcelTest()
DPdfPageTextContentTest.java51 assertThat(unparceled.describeContents()).isEqualTo(0); in textContent_unboundedText_parcelTest()
62 assertThat(unparceled.describeContents()).isEqualTo(0); in textContent_boundedText_parcelTest()
DPdfPageGotoLinkContentTest.java50 assertThat(unparceled.describeContents()).isEqualTo(0); in goToLinkContent_parcelTest()
63 assertThat(unparceled.describeContents()).isEqualTo(0); in destination_parcelTest()
DPdfPageImageContentTest.java41 assertThat(unparceled.describeContents()).isEqualTo(0); in imageContent_parcelTest()
/cts/tests/tests/sharesheet/src/android/service/chooser/
DChooserResultTest.kt52 testSubject.writeToParcel(parcel, testSubject.describeContents()) in testShortcut()
70 testSubject.writeToParcel(parcel, testSubject.describeContents()) in testAction()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccInfoTest.java67 int bitmask = mEuiccInfo.describeContents(); in testDescribeContents()
77 mEuiccInfo.writeToParcel(parcel, mEuiccInfo.describeContents()); in testWriteToParcel()
DDownloadableSubscriptionTest.java82 int bitmask = mDownloadableSubscription.describeContents(); in testDescribeContents()
102 parcel, mDownloadableSubscription.describeContents()); in testWriteToParcel()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityGestureEventTest.java95 event1.describeContents()); in testDescribeContents()
99 event2.describeContents()); in testDescribeContents()
/cts/tests/tests/gameservice/src/android/service/games/testing/
DActivityResult.java86 public int describeContents() { in describeContents() method in ActivityResult
131 public int describeContents() { in describeContents() method in ActivityResult.Success
174 public int describeContents() { in describeContents() method in ActivityResult.Failure
/cts/tests/tests/content/src/com/android/content/cts/
DDummyParcelable.java24 public int describeContents() { in describeContents() method in DummyParcelable
/cts/tests/tests/security/src/android/security/cts/CVE_2022_20452/
DCustomParcelable.java29 public int describeContents() { in describeContents() method in CustomParcelable
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DAdvertiseSettingsTest.java65 public void describeContents() { in describeContents() method in AdvertiseSettingsTest
67 assertEquals(0, settings.describeContents()); in describeContents()
DPeriodicAdvertisingParametersTest.java107 public void describeContents() { in describeContents() method in PeriodicAdvertisingParametersTest
109 assertEquals(0, params.describeContents()); in describeContents()
DScanResultTest.java85 public void describeContents() { in describeContents() method in ScanResultTest
90 assertEquals(0, result.describeContents()); in describeContents()
/cts/tests/tests/os/src/android/os/cts/
DExceptionalParcelable.java31 public int describeContents() { in describeContents() method in ExceptionalParcelable
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/transaction/
DTestAppTransaction.java27 public int describeContents() { in describeContents() method in TestAppTransaction
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java29 public int describeContents() { in describeContents() method in IBinderParcelable
/cts/tests/tests/security/src/android/security/cts/
DBitmapWrapper.java61 public int describeContents() { in describeContents() method in BitmapWrapper
62 return mBitmap.describeContents(); in describeContents()
/cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DSimpleParcelable.java44 public int describeContents() { in describeContents() method in SimpleParcelable
/cts/tests/tests/accounts/src/android/accounts/cts/
DAuthenticatorDescriptionTest.java41 assertEquals(0, desc.describeContents()); in testDescribeContents()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaItemTest.java57 assertThat(mediaItem.describeContents()).isEqualTo(CONTENT_DESCRIPTION); in testBrowsableMediaItem()
87 assertThat(mediaItem.describeContents()).isEqualTo(CONTENT_DESCRIPTION); in testPlayableMediaItem()

1234567891011