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

12

/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java33 ERROR, enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h85 ERROR, enumerator in enum:android::SimpleDecodingSource::State
/frameworks/base/core/java/android/os/
H A DCommonTimeUtils.java33 public static final int ERROR = -1; field in class:CommonTimeUtils
235 int ret_val = ERROR;
H A DUpdateEngine.java51 public static final int ERROR = 1; field in class:UpdateEngine.ErrorCodeConstants
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 DParcelFileDescriptor.java682 closeWithStatus(Status.ERROR, msg);
773 if (status == Status.ERROR) {
1047 public static final int ERROR = 1; field in class:ParcelFileDescriptor.Status
1071 case ERROR:
/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java33 public static final VerifyCredentialResponse ERROR field in class:VerifyCredentialResponse
/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/multidex/library/test/src/android/util/
H A DLog.java51 public static final int ERROR = 6; field in class:Log
156 * Send an {@link #ERROR} log message.
162 return println(LOG_ID_MAIN, ERROR, tag, msg);
166 * Send a {@link #ERROR} log message and log the exception.
173 return println(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java38 public static final int ERROR = 1; field in class:DisconnectCause
250 case ERROR:
251 code = "ERROR";
H A DLog.java44 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
122 if (ERROR) {
128 if (ERROR) {
/frameworks/base/tools/aapt/
H A DSourcePos.cpp16 ERROR enumerator in enum:ErrorPos::Level
76 case ERROR:
120 g_errors.push_back(ErrorPos(this->file, this->line, msg, ErrorPos::ERROR));
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h130 ERROR, enumerator in enum:android::camera2::CaptureSequencer::CaptureState
/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
230 * Send an {@link #ERROR} log message.
236 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
240 * Send a {@link #ERROR} log message and log the exception.
247 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
296 // Only mark this as ERROR, do not use ASSERT since that should be
299 int bytes = printlns(logId, ERROR, tag, msg, localStack ? what : tr);
/frameworks/ex/common/java/com/android/common/speech/
H A DLoggingEvents.java109 public static final int ERROR = 13; field in class:LoggingEvents.VoiceIme
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp148 ERROR, enumerator in enum:TestCameraDeviceCallbacks::Status
173 mLastStatus = ERROR;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothClass.java56 public static final int ERROR = 0xFF000000; field in class:BluetoothClass
H A DBluetoothAdapter.java117 * BluetoothAdapter.ERROR)</code>
119 public static final int ERROR = Integer.MIN_VALUE; field in class:BluetoothAdapter
H A DBluetoothDevice.java86 * BluetoothDevice.ERROR)</code>
88 public static final int ERROR = Integer.MIN_VALUE; field in class:BluetoothDevice
1047 if (classInt == BluetoothClass.ERROR) return null;
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java127 public static final int ERROR = -1; field in class:Visualizer
H A DAudioEffect.java172 public static final int ERROR = -1; field in class:AudioEffect
714 status = ERROR;
745 status = ERROR;
779 status = ERROR;
813 status = ERROR;
/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/media/java/android/media/
H A DAudioRecord.java88 public static final int ERROR = AudioSystem.ERROR; field in class:AudioRecord
921 * or {@link #ERROR} if the implementation was unable to query the hardware for its
950 return ERROR;
1062 * <li>{@link #ERROR} in case of other error</li>
1093 * <li>{@link #ERROR} in case of other error</li>
1135 * <li>{@link #ERROR} in case of other error</li>
1165 * <li>{@link #ERROR} in case of other error</li>
1212 * <li>{@link #ERROR} in case of other error</li>
1263 * <li>{@link #ERROR} i
[all...]
H A DAudioTrack.java147 public static final int ERROR = AudioSystem.ERROR; field in class:AudioTrack
1295 * or {@link #ERROR} if unable to query for output properties,
1334 return ERROR;
1851 * <li>{@link #ERROR} in case of other error</li>
1899 * <li>{@link #ERROR} in case of other error</li>
1962 * <li>{@link #ERROR} in case of other error</li>
2008 * <li>{@link #ERROR} in case of other error</li>
2089 * <li>{@link #ERROR} in case of other error</li>
2170 * <li>{@link #ERROR} i
[all...]

Completed in 6225 milliseconds

12