Home
last modified time | relevance | path

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

123456

/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()
101 assertEquals(mStubInfo.describeContents(), infoFromParcel.describeContents()); in testTvInputInfoOp()
/cts/tests/tests/view/src/android/view/cts/
DKeyboardShortcutGroupTest.java55 assertEquals(0, group.describeContents()); in testConstructor()
65 assertEquals(0, group.describeContents()); in testShortConstructor()
75 assertEquals(0, group.describeContents()); in testSystemConstructor()
85 assertEquals(0, group.describeContents()); in testSystemShortConstructor()
DKeyboardShortcutInfoTest.java50 assertEquals(0, info.describeContents()); in testCharacterConstructor()
62 assertEquals(0, info.describeContents()); in testKeycodeConstructor()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputContentInfoTest.java49 assertEquals(0, info.describeContents()); in testInputContentInfo()
64 assertEquals(info.describeContents(), targetInfo.describeContents()); in testInputContentInfo()
78 assertEquals(0, info.describeContents()); in testOptionalConstructorParam()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java89 event.describeContents(), restored.describeContents()); in testGetSecurityLogs()
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java43 assertEquals(0, mediaItem.describeContents()); in testBrowsableMediaItem()
66 assertEquals(0, mediaItem.describeContents()); in testPlayableMediaItem()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityServiceInfoTest.java55 info.describeContents()); in testDescribeContents()
58 info.describeContents()); in testDescribeContents()
/cts/tests/tests/content/src/com/android/content/cts/
DDummyParcelable.java24 public int describeContents() { in describeContents() method in DummyParcelable
/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/common/device-side/util/src/com/android/compatibility/common/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/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DCommandApdu.java24 public int describeContents() { in describeContents() method in CommandApdu
/cts/tests/app/src/android/app/cts/
DNotificationChannelGroupTest.java33 assertEquals(expected, group.describeContents()); in testDescribeContents()
DActivityManager_RunningAppProcessInfoTest.java40 assertEquals(0, rap.describeContents()); in testRunningAppProcessInfo()
/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/text/src/android/text/style/cts/
DEasyEditSpanTest.java50 easyEditSpan.describeContents(); in testDescribeContents_doesNotThrowException()

123456