Home
last modified time | relevance | path

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

12345678

/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/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.java69 int bitmask = mDownloadableSubscription.describeContents(); in testDescribeContents()
89 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/media/src/android/media/cts/
DMediaItemTest.java45 assertEquals(0, mediaItem.describeContents()); in testBrowsableMediaItem()
71 assertEquals(0, mediaItem.describeContents()); in testPlayableMediaItem()
/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/tests/content/src/com/android/content/cts/
DDummyParcelable.java24 public int describeContents() { in describeContents() method in DummyParcelable
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputInfoTest.java79 assertEquals(0, mStubInfo.describeContents()); in testTvInputInfoOp()
104 assertEquals(mStubInfo.describeContents(), infoFromParcel.describeContents()); in testTvInputInfoOp()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DVopsSupportInfoTest.java83 assertEquals(0, vops.describeContents()); in testLteVopsSupportInfoParcel()
122 assertEquals(0, vops.describeContents()); in testNrVopsSupportInfoParcel()
/cts/tests/tests/os/src/android/os/cts/
DExceptionalParcelable.java31 public int describeContents() { in describeContents() method in ExceptionalParcelable
DCombinedVibrationTest.java217 TEST_MONO.describeContents(); in testDescribeContents()
218 TEST_STEREO.describeContents(); in testDescribeContents()
219 TEST_SEQUENTIAL.describeContents(); in testDescribeContents()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DIBinderParcelable.java29 public int describeContents() { in describeContents() method in IBinderParcelable
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityServiceInfoTest.java73 info.describeContents()); in testDescribeContents()
76 info.describeContents()); in testDescribeContents()
/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/location/location_none/src/android/location/cts/none/
DGnssAntennaInfoTest.java78 assertEquals(0, gnssAntennaInfo.describeContents()); in testFullAntennaInfoDescribeContents()
84 assertEquals(0, gnssAntennaInfo.describeContents()); in testPartialAntennaInfoDescribeContents()
/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
DGetAccountRemovalAllowedTx.java40 public int describeContents() { in describeContents() method in GetAccountRemovalAllowedTx
/cts/tests/tests/externalservice/common/src/android/externalservice/common/
DRunningServiceInfo.java66 public int describeContents() { in describeContents() method in RunningServiceInfo
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptorTest.java192 assertEquals(mFd.describeContents(), mAssetFileDes.describeContents()); in testMiscMethod()

12345678