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

/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/core/java/android/bluetooth/
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 DBluetoothAdapter.java73 * BluetoothAdapter.ERROR)</code>
75 public static final int ERROR = Integer.MIN_VALUE; field in class:BluetoothAdapter
H A DBluetoothClass.java56 public static final int ERROR = 0xFF000000; field in class:BluetoothClass
H A DBluetoothDevice.java68 * BluetoothDevice.ERROR)</code>
70 public static final int ERROR = Integer.MIN_VALUE; field in class:BluetoothDevice
523 if (classInt == BluetoothClass.ERROR) return null;
592 return BluetoothDevice.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/include/media/stagefright/
H A DOMXCodec.h69 ERROR enumerator in enum:android::OMXCodec::State
/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/core/java/android/webkit/
H A DHTML5VideoViewProxy.java66 private static final int ERROR = 103; field in class:HTML5VideoViewProxy
195 sendMessage(obtainMessage(ERROR));
227 case ERROR: {
/frameworks/base/media/java/android/media/
H A DAudioRecord.java78 public static final int ERROR = -1; field in class:AudioRecord
444 * or {@link #ERROR} if the implementation was unable to query the hardware for its
477 return AudioRecord.ERROR;
H A DAudioTrack.java112 public static final int ERROR = -1; field in class:AudioTrack
552 * or {@link #ERROR} if the implementation was unable to query the hardware for its output
586 return AudioTrack.ERROR;
/frameworks/base/core/java/android/provider/
H A DTelephony.java1112 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};
1818 ERROR, // A network error occurred. enum constant in enum:Gmail.CursorStatus
1891 mErrorIndex = mCursor.getColumnIndexOrThrow(MessageColumns.ERROR);

Completed in 65 milliseconds