Searched defs:ERROR (Results 26 - 41 of 41) sorted by last modified time

12

/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java38 public static final int ERROR = -1; field in class:CommonTimeConfig
129 * {@link #ERROR} or {@link #ERROR_DEAD_OBJECT} in case of failure.
158 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
183 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
219 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
248 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
275 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
305 * {@link #ERROR}, {@link #ERROR_BAD_VALUE} or {@link #ERROR_DEAD_OBJECT} in case of failure.
334 * {@link #ERROR} or {@link #ERROR_DEAD_OBJECT} in case of failure.
353 * mode while it is actively bound to a network will fail with the status code {@link #ERROR}
[all...]
H A DCommonTimeUtils.java33 public static final int ERROR = -1; field in class:CommonTimeUtils
235 int ret_val = ERROR;
H A DParcelFileDescriptor.java733 closeWithStatus(Status.ERROR, msg);
824 if (status == Status.ERROR) {
1098 public static final int ERROR = 1; field in class:ParcelFileDescriptor.Status
1122 case ERROR:
H A DUpdateEngine.java62 public static final int ERROR = 1; field in class:UpdateEngine.ErrorCodeConstants
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java74 public static final int ERROR = -1; field in class:TextToSpeech
192 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
481 * {@link TextToSpeech#SUCCESS} and {@link TextToSpeech#ERROR}.
766 dispatchOnInit(ERROR);
767 return ERROR;
772 dispatchOnInit(ERROR);
773 return ERROR;
802 dispatchOnInit(ERROR);
803 return ERROR;
895 * @return Code indicating success or failure. See {@link #ERROR} an
[all...]
/frameworks/base/core/java/android/util/
H A DLog.java37 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
83 public static final int ERROR = 6; field in class:Log
206 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
232 * Send an {@link #ERROR} log message.
238 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
242 * Send a {@link #ERROR} log message and log the exception.
249 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
298 // Only mark this as ERROR, do not use ASSERT since that should be
301 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr);
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java33 ERROR, enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java33 public static final VerifyCredentialResponse ERROR field in class:VerifyCredentialResponse
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java122 * BluetoothAdapter.ERROR)</code>
124 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.java91 * BluetoothDevice.ERROR)</code>
93 public static final int ERROR = Integer.MIN_VALUE; field in class:BluetoothDevice
1106 if (classInt == BluetoothClass.ERROR) return null;
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h86 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleDecodingSource.h86 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/av/media/libstagefright/include/
H A DSimpleDecodingSource.h86 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h130 ERROR, enumerator in enum:android::camera2::CaptureSequencer::CaptureState
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp148 ERROR, enumerator in enum:TestCameraDeviceCallbacks::Status
174 mLastStatus = ERROR;

Completed in 910 milliseconds

12