HomeSort by relevance Sort by last modified time
    Searched refs:describeContents (Results 226 - 237 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java     [all...]
  /prebuilt/sdk/7/
android.jar 
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java 687 method = "describeContents",
704 assertEquals(0, rectIn.describeContents());
RegionTest.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 583 notes = "Test {@link KeyEvent#describeContents()}, this function always returns 0",
584 method = "describeContents",
590 mKeyEvent.describeContents();
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 401 method = "describeContents",
406 mRemoteViews.describeContents();
  /frameworks/base/core/java/android/content/
IntentFilter.java     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 475 public int describeContents() {
    [all...]
  /prebuilt/sdk/8/
android.jar 
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 690 method = "describeContents",
694 assertEquals(0, mIntentFilter.describeContents());
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 215 milliseconds

1 2 3 4 5 6 7 8 910