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

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java40 * <li> {@link #TYPE_NONE} uninitialized instance of {@link ApplicationErrorReport}.
63 public static final int TYPE_NONE = 0; field in class:ApplicationErrorReport
87 * Type of this report. Can be one of {@link #TYPE_NONE},
/frameworks/av/include/media/stagefright/
H A DMetaData.h172 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java234 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java462 * in the format "#,#,#". Valid types are {@link Attendees#TYPE_NONE},
465 * {@link Attendees#TYPE_NONE} should be used to indicate that changing
778 * Type: Integer (one of {@link #TYPE_NONE}, {@link #TYPE_REQUIRED},
784 public static final int TYPE_NONE = 0; field in interface:CalendarContract.AttendeesColumns

Completed in 2477 milliseconds