/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 78 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/ |
D | TvTrackInfoTest.java | 46 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()
|
D | TvInputInfoTest.java | 76 assertEquals(0, mStubInfo.describeContents()); in testTvInputInfoOp() 101 assertEquals(mStubInfo.describeContents(), infoFromParcel.describeContents()); in testTvInputInfoOp()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputContentInfoTest.java | 50 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/ |
D | KeyboardShortcutGroupTest.java | 60 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()
|
D | KeyboardShortcutInfoTest.java | 51 assertEquals(0, info.describeContents()); in testCharacterConstructor() 63 assertEquals(0, info.describeContents()); in testKeycodeConstructor()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccInfoTest.java | 54 int bitmask = mEuiccInfo.describeContents(); in testDescribeContents() 64 mEuiccInfo.writeToParcel(parcel, mEuiccInfo.describeContents()); in testWriteToParcel()
|
D | DownloadableSubscriptionTest.java | 56 int bitmask = mDownloadableSubscription.describeContents(); in testDescribeContents() 76 mDownloadableSubscription.describeContents()); in testWriteToParcel()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaItemTest.java | 44 assertEquals(0, mediaItem.describeContents()); in testBrowsableMediaItem() 67 assertEquals(0, mediaItem.describeContents()); in testPlayableMediaItem()
|
/cts/tests/tests/location/src/android/location/cts/ |
D | AddressTest.java | 42 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/ |
D | ActivityInfoTest.java | 94 assertEquals(0, mActivityInfo.describeContents()); in testDescribeContents() 101 assertEquals(0, mActivityInfo.describeContents()); in testDescribeContents()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityServiceInfoTest.java | 57 info.describeContents()); in testDescribeContents() 60 info.describeContents()); in testDescribeContents()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | VibrationEffectTest.java | 353 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()
|
D | ExceptionalParcelable.java | 31 public int describeContents() { in describeContents() method in ExceptionalParcelable
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ColorStateListTest.java | 53 assertEquals(0, c.describeContents()); in testCreateFromXml() 68 assertEquals(0, c.describeContents()); in testCreateFromXmlThemed()
|
D | AssetFileDescriptorTest.java | 192 assertEquals(mFd.describeContents(), mAssetFileDes.describeContents()); in testMiscMethod()
|
/cts/tests/tests/content/src/com/android/content/cts/ |
D | DummyParcelable.java | 24 public int describeContents() { in describeContents() method in DummyParcelable
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | IBinderParcelable.java | 29 public int describeContents() { in describeContents() method in IBinderParcelable
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | IBinderParcelable.java | 29 public int describeContents() { in describeContents() method in IBinderParcelable
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AuthenticatorDescriptionTest.java | 41 assertEquals(0, desc.describeContents()); in testDescribeContents()
|
D | AccountTest.java | 34 assertEquals(0, account.describeContents()); in testDescribeContents()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | LteVopsSupportInfoTest.java | 33 assertEquals(0, lteVops.describeContents()); in testLteVopsSupportInfo()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | CommandApdu.java | 24 public int describeContents() { in describeContents() method in CommandApdu
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | EditPropertiesTx.java | 39 public int describeContents() { in describeContents() method in EditPropertiesTx
|
D | GetAuthTokenLabelTx.java | 38 public int describeContents() { in describeContents() method in GetAuthTokenLabelTx
|