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

12 3 4 5

  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleKeyBinding.java 86 public int describeContents() {
BrailleDisplayProperties.java 101 public int describeContents() {
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 160 // test getParcelFileDescriptor() getFileDescriptor() toString() and describeContents()
164 assertEquals(mFd.describeContents(), mAssetFileDes.describeContents());
ColorStateListTest.java 53 assertEquals(0, c.describeContents());
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java 33 assertEquals(0, mMemory.describeContents());
ActivityManagerProcessErrorStateInfoTest.java 36 assertEquals(0, mErrorStateInfo.describeContents());
ActivityManagerRecentTaskInfoTest.java 38 assertEquals(0, mRecentTaskInfo.describeContents());
ActivityManagerRunningTaskInfoTest.java 45 assertEquals(0, mRunningTaskInfo.describeContents());
ActivityManager_RunningServiceInfoTest.java 51 assertEquals(0, mRunningServiceInfo.describeContents());
  /cts/tests/tests/content/src/android/content/cts/
Intent_ShortcutIconResourceTest.java 81 assertEquals(expected, mShortcutIconResource.describeContents());
  /cts/tests/tests/content/src/android/content/pm/cts/
ProviderInfoTest.java 54 // Test toString, describeContents
56 assertEquals(0, providerInfo.describeContents());
ApplicationInfoTest.java 82 assertEquals(0, mApplicationInfo.describeContents());
ResolveInfoTest.java 42 // Test loadLabel, loadIcon, getIconResource, toString, describeContents
48 assertEquals(0, resolveInfo.describeContents());
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 42 assertEquals(0, address.describeContents());
48 assertEquals(extras.describeContents(), address.describeContents());
302 public int describeContents() {
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 30 assertEquals(0, serviceState.describeContents());
  /cts/tests/tests/text/src/android/text/style/cts/
AbsoluteSizeSpanTest.java 92 absoluteSizeSpan.describeContents();
AlignmentSpan_StandardTest.java 57 standard.describeContents();
BackgroundColorSpanTest.java 70 backgroundColorSpan.describeContents();
ForegroundColorSpanTest.java 72 foregroundColorSpan.describeContents();
LeadingMarginSpan_StandardTest.java 64 standard.describeContents();
QuoteSpanTest.java 75 quoteSpan.describeContents();
TypefaceSpanTest.java 90 typefaceSpan.describeContents();
URLSpanTest.java 99 urlSpan.describeContents();
  /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/
SyncDecryptionPassphraseType.java 122 public int describeContents() {
  /cts/tests/tests/os/src/android/os/cts/
PatternMatcherTest.java 112 assertEquals(0, mPatternMatcher.describeContents());

Completed in 2706 milliseconds

12 3 4 5