Home
last modified time | relevance | path

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

1234567

/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java78 assertEquals(0, account.describeContents()); in testPhoneAccount()
95 assertEquals(0, parcelAccount.describeContents()); in testPhoneAccount()
110 assertEquals(0, accountHandle.describeContents()); in testPhoneAccountHandle()
147 assertEquals(0, request.describeContents()); in testConnectionRequest()
163 assertEquals(0, parcelRequest.describeContents()); in testConnectionRequest()
182 assertEquals(0, cause.describeContents()); in testDisconnectCause()
195 assertEquals(0, parcelCause.describeContents()); in testDisconnectCause()
217 assertEquals(0, hints.describeContents()); in testStatusHints()
230 assertEquals(0, parcelHints.describeContents()); in testStatusHints()
247 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/inputmethod/src/android/view/inputmethod/cts/
DInputContentInfoTest.java50 assertEquals(0, info.describeContents()); in testInputContentInfo()
65 assertEquals(info.describeContents(), targetInfo.describeContents()); in testInputContentInfo()
79 assertEquals(0, info.describeContents()); in testOptionalConstructorParam()
/cts/tests/tests/view/src/android/view/cts/
DKeyboardShortcutGroupTest.java60 assertEquals(0, group.describeContents()); in testConstructor()
70 assertEquals(0, group.describeContents()); in testShortConstructor()
80 assertEquals(0, group.describeContents()); in testSystemConstructor()
90 assertEquals(0, group.describeContents()); in testSystemShortConstructor()
DKeyboardShortcutInfoTest.java51 assertEquals(0, info.describeContents()); in testCharacterConstructor()
63 assertEquals(0, info.describeContents()); in testKeycodeConstructor()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccInfoTest.java54 int bitmask = mEuiccInfo.describeContents(); in testDescribeContents()
64 mEuiccInfo.writeToParcel(parcel, mEuiccInfo.describeContents()); in testWriteToParcel()
DDownloadableSubscriptionTest.java56 int bitmask = mDownloadableSubscription.describeContents(); in testDescribeContents()
76 mDownloadableSubscription.describeContents()); in testWriteToParcel()
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java44 assertEquals(0, mediaItem.describeContents()); in testBrowsableMediaItem()
67 assertEquals(0, mediaItem.describeContents()); in testPlayableMediaItem()
/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java42 assertEquals(0, address.describeContents()); in testDescribeContents()
48 assertEquals(extras.describeContents(), address.describeContents()); in testDescribeContents()
337 public int describeContents() { in describeContents() method in AddressTest.MockParcelable
/cts/tests/tests/content/src/android/content/pm/cts/
DActivityInfoTest.java94 assertEquals(0, mActivityInfo.describeContents()); in testDescribeContents()
101 assertEquals(0, mActivityInfo.describeContents()); in testDescribeContents()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityServiceInfoTest.java57 info.describeContents()); in testDescribeContents()
60 info.describeContents()); in testDescribeContents()
/cts/tests/tests/os/src/android/os/cts/
DVibrationEffectTest.java353 TEST_ONE_SHOT.describeContents(); in testDescribeContents()
354 TEST_WAVEFORM.describeContents(); in testDescribeContents()
355 TEST_WAVEFORM_NO_AMPLITUDES.describeContents(); in testDescribeContents()
356 TEST_PREBAKED.describeContents(); in testDescribeContents()
DExceptionalParcelable.java31 public int describeContents() { in describeContents() method in ExceptionalParcelable
/cts/tests/tests/content/src/android/content/res/cts/
DColorStateListTest.java53 assertEquals(0, c.describeContents()); in testCreateFromXml()
68 assertEquals(0, c.describeContents()); in testCreateFromXmlThemed()
DAssetFileDescriptorTest.java192 assertEquals(mFd.describeContents(), mAssetFileDes.describeContents()); in testMiscMethod()
/cts/tests/tests/content/src/com/android/content/cts/
DDummyParcelable.java24 public int describeContents() { in describeContents() method in DummyParcelable
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java29 public int describeContents() { in describeContents() method in IBinderParcelable
/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/
DAuthenticatorDescriptionTest.java41 assertEquals(0, desc.describeContents()); in testDescribeContents()
DAccountTest.java34 assertEquals(0, account.describeContents()); in testDescribeContents()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DLteVopsSupportInfoTest.java33 assertEquals(0, lteVops.describeContents()); in testLteVopsSupportInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DCommandApdu.java24 public int describeContents() { in describeContents() method in CommandApdu
/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

1234567