Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 70) sorted by relevance

123

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DBodyDescriptor.java177 final byte ERROR = 99; in getHeaderParams()
185 case ERROR: in getHeaderParams()
193 state = ERROR; in getHeaderParams()
206 state = ERROR; in getHeaderParams()
269 state = ERROR; in getHeaderParams()
/packages/services/Telephony/src/org/apache/james/mime4j/
DBodyDescriptor.java177 final byte ERROR = 99; in getHeaderParams()
185 case ERROR: in getHeaderParams()
193 state = ERROR; in getHeaderParams()
206 state = ERROR; in getHeaderParams()
269 state = ERROR; in getHeaderParams()
/packages/apps/Messaging/src/com/android/messaging/util/
DLogUtil.java36 public static final int ERROR = android.util.Log.ERROR; field in LogUtil
165 println(android.util.Log.ERROR, tag, msg); in e()
176 println(android.util.Log.ERROR, tag, msg); in e()
177 println(android.util.Log.ERROR, tag, android.util.Log.getStackTraceString(tr)); in e()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java83 BluetoothDevice.ERROR);
110 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); in onCreate()
124 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
125 if (passkey == BluetoothDevice.ERROR) { in onCreate()
142 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
143 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
DBluetoothPairingRequest.java42 BluetoothDevice.ERROR); in onReceive()
51 BluetoothDevice.ERROR); in onReceive()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java80 BluetoothDevice.ERROR);
116 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); in onCreate()
127 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
128 if (passkey == BluetoothDevice.ERROR) { in onCreate()
144 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
145 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
DBluetoothPairingRequest.java50 BluetoothDevice.ERROR); in onReceive()
59 BluetoothDevice.ERROR); in onReceive()
113 BluetoothDevice.ERROR); in onReceive()
115 BluetoothDevice.ERROR); in onReceive()
DBluetoothDiscoverableEnabler.java80 BluetoothAdapter.ERROR);
81 if (mode != BluetoothAdapter.ERROR) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java228 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
264 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
276 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
297 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
390 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
417 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
421 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DLogTelephonyDatabaseAction.java44 Threads.ERROR,
55 private static final int ERROR = 7; field in LogTelephonyDatabaseAction
119 " " + ThreadsColumns.ERROR + " : " + cursor.getInt(ERROR) + in executeAction()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java88 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
95 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
102 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
108 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
/packages/services/Telephony/src/com/android/services/telephony/
DLog.java37 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in Log
94 if (ERROR) { in e()
100 if (ERROR) { in e()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DLogUtils.java60 public static final int ERROR = Log.ERROR; field in LogUtils
327 if (isLoggable(tag, ERROR)) { in e()
345 if (isLoggable(tag, ERROR)) { in e()
/packages/services/Telephony/src/com/android/phone/common/mail/utils/
DLogUtils.java59 public static final int ERROR = Log.ERROR; field in LogUtils
326 if (isLoggable(tag, ERROR)) { in e()
344 if (isLoggable(tag, ERROR)) { in e()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java63 INPUT, EVALUATE, RESULT, ERROR enumConstant
102 || mCurrentState == CalculatorState.ERROR;
174 if (state == CalculatorState.RESULT || state == CalculatorState.ERROR) { in setState()
182 if (state == CalculatorState.ERROR) { in setState()
392 setState(CalculatorState.ERROR); in onError()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java55 ERROR, enumConstant
104 if (status == Status.ERROR && exception == null) { in Contact()
133 return new Contact(requestedUri, Status.ERROR, exception); in forError()
283 return mStatus == Status.ERROR; in isError()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java95 ERROR // Error displayed: Formula visible, result shows error message. enumConstant
354 if (mCurrentState == CalculatorState.ERROR) { in setState()
468 if (mCurrentState == CalculatorState.ERROR) { in addKeyToExpr()
760 setState(CalculatorState.ERROR); in onError()
765 setState(CalculatorState.ERROR); in onError()
1017 if (mCurrentState == CalculatorState.ERROR in onPaste()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java411 BluetoothAdapter.ERROR); in handleIntent()
420 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent()
430 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent()
440 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent()
/packages/services/Telecomm/src/com/android/server/telecom/
DLog.java213 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in Log
309 if (ERROR) { in e()
315 if (ERROR) { in e()
DConnectionServiceWrapper.java681 new DisconnectCause(DisconnectCause.ERROR, e.toString())); in createConnection()
688 response.handleCreateConnectionFailure(new DisconnectCause(DisconnectCause.ERROR)); in createConnection()
827 removeCall(call, new DisconnectCause(DisconnectCause.ERROR)); in removeCall()
951 new DisconnectCause(DisconnectCause.ERROR)); in handleConnectionServiceDeath()
/packages/apps/Camera2/src/com/android/camera/debug/
DLog.java89 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
95 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
107 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCommonControllerOverlay.java49 ERROR, enumConstant
176 mState = State.ERROR; in showErrorMessage()
324 (mState != State.LOADING && mState != State.ERROR && in updateViews()
/packages/apps/Messaging/build/
Dcolorize_errors.py27 ERROR = re.compile(r"^Error:") variable
32 if ERROR.match(line):
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnectionService.java94 android.telecom.DisconnectCause.ERROR, null, description, in onCreateOutgoingConnection()
105 android.telecom.DisconnectCause.ERROR, null, description, in onCreateOutgoingConnection()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionService.java397 return Connection.createFailedConnection(new DisconnectCause(DisconnectCause.ERROR, in onCreateIncomingConnection()
422 return Connection.createFailedConnection(new DisconnectCause(DisconnectCause.ERROR, in onCreateUnknownConnection()

123