/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
D | BodyDescriptor.java | 177 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/ |
D | BodyDescriptor.java | 177 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/ |
D | LogUtil.java | 36 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/ |
D | BluetoothPairingDialog.java | 83 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()
|
D | BluetoothPairingRequest.java | 42 BluetoothDevice.ERROR); in onReceive() 51 BluetoothDevice.ERROR); in onReceive()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialog.java | 80 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()
|
D | BluetoothPairingRequest.java | 50 BluetoothDevice.ERROR); in onReceive() 59 BluetoothDevice.ERROR); in onReceive() 113 BluetoothDevice.ERROR); in onReceive() 115 BluetoothDevice.ERROR); in onReceive()
|
D | BluetoothDiscoverableEnabler.java | 80 BluetoothAdapter.ERROR); 81 if (mode != BluetoothAdapter.ERROR) {
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarInstancesHelper.java | 228 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/ |
D | LogTelephonyDatabaseAction.java | 44 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/ |
D | LogUtils.java | 88 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/ |
D | Log.java | 37 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/ |
D | LogUtils.java | 60 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/ |
D | LogUtils.java | 59 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/ |
D | Calculator.java | 63 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/ |
D | Contact.java | 55 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/ |
D | Calculator.java | 95 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/ |
D | BluetoothPeripheralHandover.java | 411 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/ |
D | Log.java | 213 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in Log 309 if (ERROR) { in e() 315 if (ERROR) { in e()
|
D | ConnectionServiceWrapper.java | 681 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/ |
D | Log.java | 89 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/ |
D | CommonControllerOverlay.java | 49 ERROR, enumConstant 176 mState = State.ERROR; in showErrorMessage() 324 (mState != State.LOADING && mState != State.ERROR && in updateViews()
|
/packages/apps/Messaging/build/ |
D | colorize_errors.py | 27 ERROR = re.compile(r"^Error:") variable 32 if ERROR.match(line):
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 94 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/ |
D | TestConnectionService.java | 397 return Connection.createFailedConnection(new DisconnectCause(DisconnectCause.ERROR, in onCreateIncomingConnection() 422 return Connection.createFailedConnection(new DisconnectCause(DisconnectCause.ERROR, in onCreateUnknownConnection()
|