Home
last modified time | relevance | path

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

12345

/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java79 assertEquals(0, account.describeContents()); in testPhoneAccount()
96 assertEquals(0, parcelAccount.describeContents()); in testPhoneAccount()
111 assertEquals(0, accountHandle.describeContents()); in testPhoneAccountHandle()
145 assertEquals(0, request.describeContents()); in testConnectionRequest()
159 assertEquals(0, parcelRequest.describeContents()); in testConnectionRequest()
178 assertEquals(0, cause.describeContents()); in testDisconnectCause()
191 assertEquals(0, parcelCause.describeContents()); in testDisconnectCause()
213 assertEquals(0, hints.describeContents()); in testStatusHints()
226 assertEquals(0, parcelHints.describeContents()); in testStatusHints()
243 assertEquals(0, info.describeContents()); in testGatewayInfo()
[all …]
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvTrackInfoTest.java46 assertEquals(0, info.describeContents()); in testAudioTrackInfoOp()
59 assertEquals(0, infoFromParcel.describeContents()); in testAudioTrackInfoOp()
87 assertEquals(0, info.describeContents()); in testVideoTrackInfoOp()
103 assertEquals(0, infoFromParcel.describeContents()); in testVideoTrackInfoOp()
121 assertEquals(0, info.describeContents()); in testSubtitleTrackInfoOp()
132 assertEquals(0, infoFromParcel.describeContents()); in testSubtitleTrackInfoOp()
DTvInputInfoTest.java76 assertEquals(0, mStubInfo.describeContents()); in testTvInputInfoOp()
103 assertEquals(mStubInfo.describeContents(), infoFromParcel.describeContents()); in testTvInputInfoOp()
/cts/tests/tests/view/src/android/view/cts/
DKeyboardShortcutGroupTest.java29 assertEquals(0, group.describeContents()); in testConstructor()
38 assertEquals(0, group.describeContents()); in testShortConstructor()
47 assertEquals(0, group.describeContents()); in testSystemConstructor()
56 assertEquals(0, group.describeContents()); in testSystemShortConstructor()
DAbsSavedStateTest.java38 assertEquals(0, savedState.describeContents()); in testConstructor()
81 public int describeContents() { in describeContents() method in AbsSavedStateTest.MockParcelable
DKeyboardShortcutInfoTest.java26 assertEquals(0, info.describeContents()); in testCharacterConstructor()
37 assertEquals(0, info.describeContents()); in testKeycodeConstructor()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityServiceInfoTest.java55 info.describeContents()); in testDescribeContents()
58 info.describeContents()); in testDescribeContents()
/cts/tests/tests/content/src/android/content/pm/cts/
DActivityInfoTest.java94 assertEquals(0, mActivityInfo.describeContents()); in testDescribeContents()
101 assertEquals(0, mActivityInfo.describeContents()); in testDescribeContents()
DServiceInfoTest.java45 assertEquals(0, serviceInfo.describeContents()); in testServiceInfo()
/cts/libs/deviceutil/src/android/cts/util/
DIBinderParcelable.java29 public int describeContents() { in describeContents() method in IBinderParcelable
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountTest.java34 assertEquals(0, account.describeContents()); in testDescribeContents()
DAuthenticatorDescriptionTest.java41 assertEquals(0, desc.describeContents()); in testDescribeContents()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java42 assertEquals(0, address.describeContents()); in testDescribeContents()
48 assertEquals(extras.describeContents(), address.describeContents()); in testDescribeContents()
335 public int describeContents() { in describeContents() method in AddressTest.MockParcelable
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DEditPropertiesTx.java39 public int describeContents() { in describeContents() method in EditPropertiesTx
DGetAuthTokenLabelTx.java38 public int describeContents() { in describeContents() method in GetAuthTokenLabelTx
DGetAccountRemovalAllowedTx.java40 public int describeContents() { in describeContents() method in GetAccountRemovalAllowedTx
DConfirmCredentialsTx.java44 public int describeContents() { in describeContents() method in ConfirmCredentialsTx
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DExtractedTextRequestTest.java33 assertEquals(0, request.describeContents()); in testExtractedTextRequest()
DCompletionInfoTest.java35 assertEquals(0, info.describeContents()); in testCompletionInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DCommandApdu.java24 public int describeContents() { in describeContents() method in CommandApdu
/cts/tests/tests/text/src/android/text/style/cts/
DEasyEditSpanTest.java42 easyEditSpan.describeContents(); in testDescribeContents_doesNotThrowException()
DUnderlineSpanTest.java58 underlineSpan.describeContents(); in testDescribeContents()
/cts/tests/tests/content/src/android/content/res/cts/
DColorStateListTest.java53 assertEquals(0, c.describeContents()); in testCreateFromXml()
68 assertEquals(0, c.describeContents()); in testCreateFromXmlThemed()
/cts/tests/tests/media/src/android/media/cts/
DAudioAttributesTest.java38 assertEquals(0, aa.describeContents()); in testParcelableDescribeContents()
/cts/tests/app/src/android/app/cts/
DActivityManager_RunningAppProcessInfoTest.java40 assertEquals(0, rap.describeContents()); in testRunningAppProcessInfo()

12345