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

/packages/apps/Messaging/build/
H A Dcolorize_errors.py27 ERROR = re.compile(r"^Error:") variable
32 if ERROR.match(line):
/packages/services/Car/car-lib/src/android/car/
H A DVehicleOilLevel.java35 public static final int ERROR = 4; field in class:VehicleOilLevel
44 ERROR,
/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/helpers/
H A DPlayStatus.java32 static final byte ERROR = -1; field in class:PlayStatus
74 return PlayStatus.ERROR;
/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h32 ERROR = -1, enumerator in enum:__anon143
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DLogTelephonyDatabaseAction.java44 Threads.ERROR,
55 private static final int ERROR = 7; field in class:LogTelephonyDatabaseAction
119 " " + ThreadsColumns.ERROR + " : " + cursor.getInt(ERROR) +
/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java34 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogUtil.java36 public static final int ERROR = android.util.Log.ERROR; field in class:LogUtil
159 * Send an {@link #ERROR} log message.
165 println(android.util.Log.ERROR, tag, msg);
169 * Send a {@link #ERROR} log message and log the exception.
176 println(android.util.Log.ERROR, tag, msg);
177 println(android.util.Log.ERROR, tag, android.util.Log.getStackTraceString(tr));
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DToastBarOperation.java32 public static final int ERROR = 1; field in class:ToastBarOperation
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
H A DLogUtils.java41 public static final int ERROR = Log.ERROR; field in class:LogUtils
272 * Send a {@link #ERROR} log message.
281 if (isLoggable(tag, ERROR)) {
287 * Send a {@link #ERROR} log message.
297 if (isLoggable(tag, ERROR)) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DLogUtils.java60 public static final int ERROR = Log.ERROR; field in class:LogUtils
317 * Send a {@link #ERROR} log message.
327 if (isLoggable(tag, ERROR)) {
334 * Send a {@link #ERROR} log message.
345 if (isLoggable(tag, ERROR)) {
/packages/services/BuiltInPrintService/src/com/android/bips/jni/
H A DBackendConstants.java25 public static final String ERROR = "ERROR"; field in class:BackendConstants
/packages/services/Car/tools/emulator/
H A DVehicleHalProto_pb2.py142 name='ERROR', index=2, number=2,
175 ERROR = 2 variable
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java49 ERROR, enum constant in enum:CommonControllerOverlay.State
176 mState = State.ERROR;
324 (mState != State.LOADING && mState != State.ERROR &&
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java225 ERROR enum constant in enum:MediaActivity.BrowseState
329 updateBrowseFragment(BrowseState.ERROR, null);
450 updateBrowseFragment(items == null ? BrowseState.ERROR : BrowseState.EMPTY, null);
524 case ERROR:
H A DMediaManager.java493 if ((mPendingMsg.mType == PendingMsg.ERROR) ||
532 public static final int ERROR = 0; field in class:MediaManager.PendingMsg
/packages/apps/Car/Media/src/com/android/car/media/browse/
H A DBrowseAdapter.java94 ERROR, enum constant in enum:BrowseAdapter.State
269 * {@link State#ERROR} only if the list of immediate children fails to load.
406 mState = State.ERROR;
414 state.mState = State.ERROR;
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java82 if (status == Status.ERROR && exception == null) {
83 throw new IllegalArgumentException("ERROR result must have exception");
190 return new Contact(requestedUri, Status.ERROR, exception);
245 return mStatus == Status.ERROR;
380 ERROR, enum constant in enum:Contact.Status
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DRecordingTask.java113 ERROR, enum constant in enum:RecordingTask.State
347 mState = State.ERROR;
516 case ERROR:
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java55 ERROR, enum constant in enum:Contact.Status
103 if (status == Status.ERROR && exception == null) {
104 throw new IllegalArgumentException("ERROR result must have exception");
131 return new Contact(requestedUri, Status.ERROR, exception);
279 return mStatus == Status.ERROR;
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java113 ERROR // Error displayed: Formula visible, result shows error message. enum constant in enum:Calculator.CalculatorState
117 // INPUT -> EVALUATE -> ANIMATE -> RESULT (or ERROR) -> INPUT
118 // A RESULT -> ERROR transition is possible in rare corner cases, in which
123 // ERROR and RESULT are translated to INIT or INIT_FOR_RESULT state if the application
292 case ERROR:
495 // No longer do this for ERROR; allow mistakes to be corrected.
509 } else if (mCurrentState == CalculatorState.ERROR) {
518 if (mCurrentState == CalculatorState.ERROR) {
538 // Note that ERROR has INPUT, not RESULT layout.
756 if (mCurrentState == CalculatorState.ERROR) {
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java1686 public static final int ERROR = 1 << 2; field in class:UIProvider.CursorStatus
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1403 milliseconds