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

/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.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/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java75 static final int TYPE_NONE = -1; field in class:LockSettingsStorage.CredentialHash
191 mStoredCredentialType = CredentialHash.TYPE_NONE;
329 ? CredentialHash.TYPE_NONE
341 ? CredentialHash.TYPE_NONE
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java783 static final int TYPE_NONE = 0; field in class:SortedList.BatchedCallback
789 int mLastEventType = TYPE_NONE;
874 if (mLastEventType == TYPE_NONE) {
888 mLastEventType = TYPE_NONE;
/frameworks/av/include/media/stagefright/
H A DMetaData.h199 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java325 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
629 return TYPE_NONE;
1018 return TYPE_NONE;
1022 return TYPE_NONE;
1026 int result = TYPE_NONE;
1058 return TYPE_NONE;
1062 if (netCap == null) return TYPE_NONE;
1087 return TYPE_NONE;
2465 sendRequestForNetwork(request.networkCapabilities, networkCallback, 0, LISTEN, TYPE_NONE);
/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 260 milliseconds