Searched defs:TYPE_NONE (Results 1 - 8 of 8) 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.java78 static final int TYPE_NONE = -1; field in class:LockSettingsStorage.CredentialHash
197 storedCredentialType = CredentialHash.TYPE_NONE;
359 mStoredCredentialType.put(userId, hash == null ? CredentialHash.TYPE_NONE
370 mStoredCredentialType.put(userId, hash == null ? 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.h222 TYPE_NONE = 'none', enumerator in enum:android::MetaData::Type
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java414 public static final int TYPE_NONE = -1; field in class:ConnectivityManager
719 return TYPE_NONE;
1227 return TYPE_NONE;
1231 return TYPE_NONE;
1239 return TYPE_NONE;
1243 int result = TYPE_NONE;
1275 return TYPE_NONE;
1279 if (netCap == null) return TYPE_NONE;
1304 return TYPE_NONE;
3006 sendRequestForNetwork(request.networkCapabilities, networkCallback, 0, LISTEN, TYPE_NONE);
[all...]
/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
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 6241 milliseconds