HomeSort by relevance Sort by last modified time
    Searched full:describecontents (Results 1 - 25 of 381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/view/src/android/view/cts/
AbsSavedStateTest.java 37 notes = "Test constructor and describeContents of AbsSavedState",
43 notes = "Test constructor and describeContents of AbsSavedState",
49 notes = "Test constructor and describeContents of AbsSavedState",
50 method = "describeContents",
63 assertEquals(0, savedState.describeContents());
118 public int describeContents() {
  /cts/tests/tests/content/src/android/content/pm/cts/
ConfigurationInfoTest.java 60 notes = "Test describeContents",
61 method = "describeContents",
78 // Test toString, describeContents
79 assertEquals(0, configInfo.describeContents());
InstrumentationInfoTest.java 40 notes = "Test describeContents",
41 method = "describeContents",
80 // Test toString, describeContents
82 assertEquals(0, instrInfo.describeContents());
PermissionGroupInfoTest.java 39 notes = "Test describeContents",
40 method = "describeContents",
84 // Test toString, describeContents, loadDescription
86 assertEquals(0, permissionGroupInfo.describeContents());
PermissionInfoTest.java 39 notes = "Test describeContents",
40 method = "describeContents",
83 // Test toString, describeContents, loadDescription
85 assertEquals(0, permissionInfo.describeContents());
ServiceInfoTest.java 39 notes = "Test describeContents",
40 method = "describeContents",
80 // Test toString, describeContents
82 assertEquals(0, serviceInfo.describeContents());
PackageStatsTest.java 35 notes = "Test describeContents",
36 method = "describeContents",
85 // Test toString, describeContents
87 assertEquals(0, stats.describeContents());
ProviderInfoTest.java 42 notes = "Test describeContents",
43 method = "describeContents",
91 // Test toString, describeContents
93 assertEquals(0, providerInfo.describeContents());
ResolveInfoTest.java 42 notes = "Test describeContents",
43 method = "describeContents",
85 // Test loadLabel, loadIcon, getIconResource, toString, describeContents
91 assertEquals(0, resolveInfo.describeContents());
PackageInfoTest.java 57 notes = "Test describeContents",
58 method = "describeContents",
81 // Test constructor, describeContents, toString
83 assertEquals(0, mPackageInfo.describeContents());
  /cts/tests/tests/app/src/android/app/cts/
ActivityManager_RunningAppProcessInfoTest.java 37 method = "describeContents",
71 // test describeContents function
72 assertEquals(0, rap.describeContents());
  /cts/tests/tests/text/src/android/text/style/cts/
UnderlineSpanTest.java 87 notes = "Test describeContents().",
88 method = "describeContents",
93 underlineSpan.describeContents();
AlignmentSpan_StandardTest.java 85 notes = "Test describeContents().",
86 method = "describeContents",
92 standard.describeContents();
BackgroundColorSpanTest.java 106 notes = "Test describeContents().",
107 method = "describeContents",
113 backgroundColorSpan.describeContents();
ForegroundColorSpanTest.java 107 notes = "Test describeContents().",
108 method = "describeContents",
114 foregroundColorSpan.describeContents();
StrikethroughSpanTest.java 84 method = "describeContents",
89 strikethroughSpan.describeContents();
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 43 public int describeContents() {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
ExtractedTextRequestTest.java 34 method = "describeContents",
50 assertEquals(0, request.describeContents());
ExtractedTextTest.java 33 method = "describeContents",
63 assertEquals(0, extractedText.describeContents());
CompletionInfoTest.java 38 method = "describeContents",
87 assertEquals(0, info.describeContents());
InputBindingTest.java 37 method = "describeContents",
97 assertEquals(0, inputBinding.describeContents());
  /frameworks/base/core/java/android/os/
Parcelable.java 32 * public int describeContents() {
68 * Bit masks for use with {@link #describeContents}: each bit represents a
81 public int describeContents();
  /cts/tests/tests/content/src/android/content/cts/
Intent_ShortcutIconResourceTest.java 98 method = "describeContents",
105 assertEquals(expected, mShortcutIconResource.describeContents());
  /cts/tests/tests/os/src/android/os/cts/
ResultReceiverTest.java 54 method = "describeContents",
73 assertEquals(0, receiver.describeContents());
  /cts/tests/src/android/app/cts/
IBinderParcelable.java 29 public int describeContents() {

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>