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

/frameworks/av/include/media/stagefright/
H A DMetaData.h172 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java96 private int mPreferredUpstreamMobileApn = ConnectivityManager.TYPE_NONE;
1153 private int mMobileApnReserved = ConnectivityManager.TYPE_NONE;
1204 if (apnType == ConnectivityManager.TYPE_NONE) return false;
1233 if (mMobileApnReserved != ConnectivityManager.TYPE_NONE) {
1240 mMobileApnReserved = ConnectivityManager.TYPE_NONE;
1288 int upType = ConnectivityManager.TYPE_NONE;
1322 } else if (upType != ConnectivityManager.TYPE_NONE) {
1332 if (upType == ConnectivityManager.TYPE_NONE) {
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java234 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
/frameworks/av/media/libstagefright/
H A DMetaData.cpp295 case TYPE_NONE:
H A DFLACExtractor.cpp364 MetaData::TYPE_NONE, p->data, p->data_length);
H A DMP3Extractor.cpp640 meta->setData(kKeyAlbumArt, MetaData::TYPE_NONE, data, dataSize);
H A DMPEG4Extractor.cpp1439 kKeyAlbumArt, MetaData::TYPE_NONE,
1702 kKeyAlbumArt, MetaData::TYPE_NONE,
/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java128 private int mConnectedNetworkType = ConnectivityManager.TYPE_NONE;
964 mConnectedNetworkType = ConnectivityManager.TYPE_NONE;
/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 741 milliseconds