Searched defs:ERROR (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothError.java31 public static final int ERROR = -1000; field in class:BluetoothError
H A DAtCommandResult.java39 public static final int ERROR = 1; field in class:AtCommandResult
43 private static final String ERROR_STRING = "ERROR";
51 * @param resultCode One of OK, ERROR or UNSOLICITED.
101 case ERROR:
H A DBluetoothClass.java47 public static final int ERROR = 0xFF000000; field in class:BluetoothClass
72 if (btClass == ERROR) {
107 if (btClass == ERROR) {
108 return ERROR;
184 if (btClass == ERROR) {
185 return ERROR;
/frameworks/base/awt/java/awt/image/
H A DImageObserver.java69 * The Constant ERROR indicates that error occurred.
71 public static final int ERROR = 64; field in interface:ImageObserver
87 * ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS,
/frameworks/base/tools/layoutlib/api/src/com/android/layoutlib/api/
H A DILayoutResult.java31 final static int ERROR = 1; field in interface:ILayoutResult
36 * @see #ERROR
52 * <p/>Only valid when {@link #getSuccess()} returns {@link #ERROR}
/frameworks/base/core/java/android/util/
H A DLog.java31 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
77 public static final int ERROR = 6; field in class:Log
178 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPRESS will
202 * Send an {@link #ERROR} log message.
208 return println(ERROR, tag, msg);
212 * Send a {@link #ERROR} log message and log the exception.
219 int r = println(ERROR, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaRecorderStateErrors.java28 ERROR, enum constant in enum:MediaRecorderStateErrors.MediaRecorderState
H A DMediaPlayerStateErrors.java32 ERROR, enum constant in enum:MediaPlayerStateErrors.MediaPlayerState
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java41 public static final int ERROR = -1; field in interface:EventHandler
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java54 public static final int ERROR = -1; field in class:TextToSpeech
113 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
266 * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
467 * @return Code indicating success or failure. See {@link #ERROR} and {@link #SUCCESS}.
472 return ERROR;
496 return ERROR;
514 * @return Code indicating success or failure. See {@link #ERROR} and {@link #SUCCESS}.
519 return ERROR;
543 return ERROR;
571 * @return Code indicating success or failure. See {@link #ERROR} an
[all...]
/frameworks/base/media/java/android/media/
H A DAudioRecord.java78 public static final int ERROR = -1; field in class:AudioRecord
434 * or {@link #ERROR} if the implementation was unable to query the hardware for its
465 return AudioRecord.ERROR;
H A DAudioTrack.java112 public static final int ERROR = -1; field in class:AudioTrack
540 * or {@link #ERROR} if the implementation was unable to query the hardware for its output
572 return AudioTrack.ERROR;
/frameworks/base/core/java/android/provider/
H A DTelephony.java1076 public static final String ERROR = "error"; field in interface:Telephony.ThreadsColumns
H A DGmail.java345 public static final String ERROR = "error"; field in class:Gmail.MessageColumns
428 MessageColumns.ERROR};
1815 ERROR, // A network error occurred. enum constant in enum:Gmail.CursorStatus
1888 mErrorIndex = mCursor.getColumnIndexOrThrow(MessageColumns.ERROR);

Completed in 697 milliseconds