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

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java41 * <li> {@link #TYPE_NONE} uninitialized instance of {@link ApplicationErrorReport}.
64 public static final int TYPE_NONE = 0; field in class:ApplicationErrorReport
88 * Type of this report. Can be one of {@link #TYPE_NONE},
/frameworks/av/include/media/stagefright/
H A DMetaData.h178 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java264 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
/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

Completed in 1408 milliseconds