Searched refs:TYPE_NONE (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/include/media/stagefright/
H A DMetaData.h141 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java93 private int mPreferredUpstreamMobileApn = ConnectivityManager.TYPE_NONE;
1140 private int mMobileApnReserved = ConnectivityManager.TYPE_NONE;
1191 if (apnType == ConnectivityManager.TYPE_NONE) return false;
1218 if (mMobileApnReserved != ConnectivityManager.TYPE_NONE) {
1225 mMobileApnReserved = ConnectivityManager.TYPE_NONE;
1273 int upType = ConnectivityManager.TYPE_NONE;
1309 if (upType == ConnectivityManager.TYPE_NONE) {
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java190 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
/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/base/media/libstagefright/
H A DMP3Extractor.cpp587 meta->setData(kKeyAlbumArt, MetaData::TYPE_NONE, data, dataSize);
H A DFLACExtractor.cpp364 MetaData::TYPE_NONE, p->data, p->data_length);
H A DMPEG4Extractor.cpp1432 kKeyAlbumArt, MetaData::TYPE_NONE,
1643 kKeyAlbumArt, MetaData::TYPE_NONE,
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java424 * in the format "#,#,#". Valid types are {@link Attendees#TYPE_NONE},
427 * {@link Attendees#TYPE_NONE} should be used to indicate that changing
733 * Type: Integer (one of {@link #TYPE_NONE}, {@link #TYPE_REQUIRED},
739 public static final int TYPE_NONE = 0; field in interface:CalendarContract.AttendeesColumns

Completed in 223 milliseconds