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

/packages/apps/Messaging/build/
H A Dcolorize_errors.py27 ERROR = re.compile(r"^Error:") variable
32 if ERROR.match(line):
/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/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/services/Telephony/src/com/android/services/telephony/
H A DLog.java37 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
94 if (ERROR) {
100 if (ERROR) {
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java63 INPUT, EVALUATE, RESULT, ERROR enum constant in enum:Calculator.CalculatorState
102 || mCurrentState == CalculatorState.ERROR;
174 if (state == CalculatorState.RESULT || state == CalculatorState.ERROR) {
182 if (state == CalculatorState.ERROR) {
392 setState(CalculatorState.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/Telephony/src/com/android/phone/common/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/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/TV/src/com/android/tv/dvr/
H A DRecordingTask.java69 ERROR, enum constant in enum:RecordingTask.State
143 mState = State.ERROR;
214 mState = State.ERROR;
237 mState = State.ERROR;
309 case ERROR:
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculator.java95 ERROR // Error displayed: Formula visible, result shows error message. enum constant in enum:Calculator.CalculatorState
99 // INPUT -> EVALUATE -> ANIMATE -> RESULT (or ERROR) -> INPUT
100 // A RESULT -> ERROR transition is possible in rare corner cases, in which
107 // ANIMATE, ERROR, and RESULT are translated to an INIT state if the application
347 // No longer do this for ERROR; allow mistakes to be corrected.
355 if (mCurrentState == CalculatorState.ERROR) {
469 if (mCurrentState == CalculatorState.ERROR) {
761 setState(CalculatorState.ERROR);
766 setState(CalculatorState.ERROR);
1018 if (mCurrentState == CalculatorState.ERROR
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContact.java55 ERROR, enum constant in enum:Contact.Status
104 if (status == Status.ERROR && exception == null) {
105 throw new IllegalArgumentException("ERROR result must have exception");
133 return new Contact(requestedUri, Status.ERROR, exception);
283 return mStatus == Status.ERROR;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DLog.java150 public static final String ERROR_LOG = "ERROR";
403 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in class:Log
894 if (ERROR) {
900 if (ERROR) {
/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 589 milliseconds