Searched defs:UNSUPPORTED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DTrafficStats.java40 * are not supported by this device, {@link #UNSUPPORTED} will be returned.
46 public final static int UNSUPPORTED = -1; field in class:TrafficStats
242 * {@link #UNSUPPORTED} will be returned.
250 * {@link #UNSUPPORTED} will be returned.
258 * {@link #UNSUPPORTED} will be returned.
266 * {@link #UNSUPPORTED} will be returned.
274 * {@link #UNSUPPORTED} will be returned.
283 * {@link #UNSUPPORTED} will be returned.
292 * {@link #UNSUPPORTED} will be returned.
301 * {@link #UNSUPPORTED} wil
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java346 public static final int UNSUPPORTED = 255; field in class:MediaArtistNativeHelper.FileType
783 public static final int UNSUPPORTED = 255; field in class:MediaArtistNativeHelper.VideoFormat
3223 case FileType.UNSUPPORTED:
3274 case VideoFormat.UNSUPPORTED:
3363 retValue = FileType.UNSUPPORTED;

Completed in 78 milliseconds