HomeSort by relevance Sort by last modified time
    Searched refs:describeContents (Results 51 - 75 of 656) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
MediaItem.java 46 * @see android.os.Parcelable#describeContents()
49 public int describeContents() {
  /frameworks/base/wifi/java/android/net/wifi/
RssiPacketCountInfo.java 59 public int describeContents() {
WifiChannel.java 58 public int describeContents() {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IntFloat.java 27 public int describeContents() {
StringFloat.java 33 public int describeContents() {
StringString.java 28 public int describeContents() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ToneSettings.java 44 public int describeContents() {
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 43 public int describeContents() {
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 122 public int describeContents() {
123 return channel != null ? channel.describeContents() : 0;
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
UtilsTest.java 70 assertEquals(expected.describeContents(), actual.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());
  /cts/tests/tests/text/src/android/text/style/cts/
StrikethroughSpanTest.java 60 strikethroughSpan.describeContents();
SubscriptSpanTest.java 82 subscriptSpan.describeContents();
SuperscriptSpanTest.java 82 superscriptSpan.describeContents();
TtsSpanTest.java 53 span.describeContents();

Completed in 259 milliseconds

1 23 4 5 6 7 8 91011>>