HomeSort by relevance Sort by last modified time
    Searched refs:describeContents (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /cts/libs/deviceutil/src/android/cts/util/
IBinderParcelable.java 29 public int describeContents() {
  /cts/tests/tests/view/src/android/view/cts/
AbsSavedStateTest.java 38 assertEquals(0, savedState.describeContents());
81 public int describeContents() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
CommandApdu.java 24 public int describeContents() {
  /cts/tests/tests/text/src/android/text/style/cts/
UnderlineSpanTest.java 58 underlineSpan.describeContents();
StrikethroughSpanTest.java 60 strikethroughSpan.describeContents();
SubscriptSpanTest.java 82 subscriptSpan.describeContents();
SuperscriptSpanTest.java 82 superscriptSpan.describeContents();
TtsSpanTest.java 53 span.describeContents();
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
ExtractedTextRequestTest.java 33 assertEquals(0, request.describeContents());
CompletionInfoTest.java 35 assertEquals(0, info.describeContents());
ExtractedTextTest.java 46 assertEquals(0, extractedText.describeContents());
InputBindingTest.java 43 assertEquals(0, inputBinding.describeContents());
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
SurfaceWrapper.java 26 public int describeContents() {
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java 55 info.describeContents());
58 info.describeContents());
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 94 assertEquals(0, mActivityInfo.describeContents());
101 assertEquals(0, mActivityInfo.describeContents());
ConfigurationInfoTest.java 41 // Test toString, describeContents
42 assertEquals(0, configInfo.describeContents());
InstrumentationInfoTest.java 43 // Test toString, describeContents
45 assertEquals(0, instrInfo.describeContents());
PackageStatsTest.java 42 // Test toString, describeContents
44 assertEquals(0, stats.describeContents());
PermissionGroupInfoTest.java 40 // Test toString, describeContents, loadDescription
42 assertEquals(0, permissionGroupInfo.describeContents());
PermissionInfoTest.java 42 // Test toString, describeContents, loadDescription
44 assertEquals(0, permissionInfo.describeContents());
ServiceInfoTest.java 43 // Test toString, describeContents
45 assertEquals(0, serviceInfo.describeContents());
  /cts/tests/tests/app/src/android/app/cts/
ActivityManager_RunningAppProcessInfoTest.java 39 // test describeContents function
40 assertEquals(0, rap.describeContents());
  /cts/tests/tests/os/src/android/os/cts/
ResultReceiverTest.java 40 assertEquals(0, receiver.describeContents());
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 76 assertEquals(0, out.describeContents());
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
PhotoItem.java 53 public int describeContents() {

Completed in 467 milliseconds

1 2 3 4 5