Searched defs:TYPE_NONE (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DBatchingListUpdateCallback.java32 private static final int TYPE_NONE = 0; field in class:BatchingListUpdateCallback
39 int mLastEventType = TYPE_NONE;
54 if (mLastEventType == TYPE_NONE) {
69 mLastEventType = TYPE_NONE;
/frameworks/base/media/java/android/media/
H A DAudioPort.java57 public static final int TYPE_NONE = 0; field in class:AudioPort
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java42 * <li> {@link #TYPE_NONE} uninitialized instance of {@link ApplicationErrorReport}.
65 public static final int TYPE_NONE = 0; field in class:ApplicationErrorReport
89 * Type of this report. Can be one of {@link #TYPE_NONE},
/frameworks/av/include/media/stagefright/
H A DMetaData.h226 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/av/media/libstagefright/foundation/include/
H A DMetaData.h226 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/av/media/libstagefright/include/
H A DMetaData.h226 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java466 * in the format "#,#,#". Valid types are {@link Attendees#TYPE_NONE},
469 * {@link Attendees#TYPE_NONE} should be used to indicate that changing
787 * Type: Integer (one of {@link #TYPE_NONE}, {@link #TYPE_REQUIRED},
793 public static final int TYPE_NONE = 0; field in interface:CalendarContract.AttendeesColumns
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java447 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
757 return TYPE_NONE;
1250 return TYPE_NONE;
1254 return TYPE_NONE;
1262 return TYPE_NONE;
1266 int result = TYPE_NONE;
1298 return TYPE_NONE;
1302 if (netCap == null) return TYPE_NONE;
1327 return TYPE_NONE;
3184 sendRequestForNetwork(nc, networkCallback, 0, LISTEN, TYPE_NONE, cbHandle
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 223 milliseconds