Home
last modified time | relevance | path

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

123

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java79 BluetoothDevice.ERROR);
115 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); in onCreate()
125 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
126 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.java50 BluetoothDevice.ERROR); in onReceive()
59 BluetoothDevice.ERROR); in onReceive()
111 BluetoothDevice.ERROR); in onReceive()
113 BluetoothDevice.ERROR); in onReceive()
DBluetoothEventManager.java159 BluetoothAdapter.ERROR); in onReceive()
255 BluetoothDevice.ERROR); in onReceive()
292 BluetoothDevice.ERROR); in onReceive()
DBluetoothDiscoverableEnabler.java81 BluetoothAdapter.ERROR);
82 if (mode != BluetoothAdapter.ERROR) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java97 BluetoothDevice.ERROR);
124 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); in onCreate()
140 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
141 if (passkey == BluetoothDevice.ERROR) { in onCreate()
158 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate()
159 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
DBluetoothPairingRequest.java43 BluetoothDevice.ERROR); in onReceive()
52 BluetoothDevice.ERROR); in onReceive()
/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/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()
DCalendarProvider2.java520 if (Log.isLoggable(TAG, Log.ERROR)) { in onCreate()
653 if (Log.isLoggable(TAG, Log.ERROR)) { in doUpdateTimezoneDependentFields()
661 if (Log.isLoggable(TAG, Log.ERROR)) { in doUpdateTimezoneDependentFields()
690 if (Log.isLoggable(TAG, Log.ERROR)) { in updateEventsStartEndFromEventRawTimesLocked()
718 if (Log.isLoggable(TAG, Log.ERROR)) { in get2445ToMillis()
746 if (Log.isLoggable(TAG, Log.ERROR)) { in updateTimezoneDatabaseVersion()
2689 if (Log.isLoggable(TAG, Log.ERROR)) { in getOwner()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java80 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
86 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
92 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
98 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
DExtensionsFactory.java46 if (Log.isLoggable(TAG, Log.ERROR)) { in createInstance()
50 if (Log.isLoggable(TAG, Log.ERROR)) { in createInstance()
54 if (Log.isLoggable(TAG, Log.ERROR)) { in createInstance()
/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/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/UnifiedEmail/src/com/android/mail/utils/
DLogUtils.java60 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/services/Telecomm/src/com/android/server/telecom/
DLog.java42 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); field in Log
99 if (ERROR) { in e()
105 if (ERROR) { in e()
DConnectionServiceWrapper.java709 new DisconnectCause(DisconnectCause.ERROR, e.toString())); in createConnection()
716 response.handleCreateConnectionFailure(new DisconnectCause(DisconnectCause.ERROR)); in createConnection()
855 removeCall(call, new DisconnectCause(DisconnectCause.ERROR)); in removeCall()
979 new DisconnectCause(DisconnectCause.ERROR)); in handleConnectionServiceDeath()
/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/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/apps/Mms/src/com/android/mms/data/
DConversation.java55 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
77 private static final int ERROR = 7; field in Conversation
921 conv.mHasError = (c.getInt(ERROR) != 0); in fillFromCursor()
1321 " " + ThreadsColumns.ERROR + " : " + c.getInt(ERROR) + in dumpThreadsTable()
/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/Camera2/src/com/android/camera/debug/
DLog.java75 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
81 if (isLoggable(tag, android.util.Log.ERROR)) { in e()
/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/tests/src/com/android/server/telecom/testapps/
DTestConnectionService.java340 return Connection.createFailedConnection(new DisconnectCause(DisconnectCause.ERROR, in onCreateIncomingConnection()
365 return Connection.createFailedConnection(new DisconnectCause(DisconnectCause.ERROR, in onCreateUnknownConnection()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java253 .getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) { in onReceive()
263 case BluetoothAdapter.ERROR: in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapReceiver.java60 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onReceive()

123