/packages/apps/Email/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/Email/src/com/android/mail/utils/ |
D | LogUtils.java | 63 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/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialog.java | 72 BluetoothDevice.ERROR); 108 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); in onCreate() 118 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate() 119 if (passkey == BluetoothDevice.ERROR) { in onCreate() 135 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate() 136 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
|
D | BluetoothPairingRequest.java | 50 BluetoothDevice.ERROR); in onReceive() 59 BluetoothDevice.ERROR); in onReceive()
|
D | BluetoothDiscoverableEnabler.java | 76 BluetoothAdapter.ERROR); 77 if (mode != BluetoothAdapter.ERROR) {
|
D | BluetoothEventManager.java | 157 BluetoothAdapter.ERROR); in onReceive() 251 BluetoothDevice.ERROR); in onReceive() 288 BluetoothDevice.ERROR); in onReceive()
|
D | BluetoothEnabler.java | 47 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
|
D | LocalBluetoothAdapter.java | 47 private int mState = BluetoothAdapter.ERROR;
|
D | DockEventReceiver.java | 108 int btState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onReceive()
|
D | BluetoothNameDialogFragment.java | 75 (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR) ==
|
D | RequestPermissionActivity.java | 83 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothDevice.ERROR);
|
/packages/apps/Phone/src/com/android/phone/ |
D | BluetoothHandsfree.java | 1657 return new AtCommandResult(AtCommandResult.ERROR); in redial() 2047 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2069 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2162 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2220 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2286 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2353 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2375 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2432 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() 2472 return new AtCommandResult(AtCommandResult.ERROR); in initializeHandsfreeAtParser() [all …]
|
D | BluetoothAtPhonebook.java | 139 return new AtCommandResult(AtCommandResult.ERROR); in register() 178 return new AtCommandResult(AtCommandResult.ERROR); in register() 212 return new AtCommandResult(AtCommandResult.ERROR); in register()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothHeadsetHandover.java | 261 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent() 281 BluetoothAdapter.ERROR); in handleIntent() 290 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent() 300 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent()
|
D | BluetoothOppHandover.java | 143 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarInstancesHelper.java | 230 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion() 266 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion() 278 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion() 299 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion() 392 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion() 419 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion() 423 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) { in performInstanceExpansion()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapReceiver.java | 58 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onReceive()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MovieControllerOverlay.java | 53 ERROR, enumConstant 176 state = State.ERROR; in showErrorMessage() 383 (state != State.LOADING && state != State.ERROR && in updateViews()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
D | AudioCapture.java | 137 int status = Visualizer.ERROR; in captureData()
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | Conversation.java | 49 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR, 71 private static final int ERROR = 7; field in Conversation 859 conv.mHasError = (c.getInt(ERROR) != 0); in fillFromCursor() 1255 " " + ThreadsColumns.ERROR + " : " + c.getInt(ERROR) + in dumpThreadsTable()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtEnablingActivity.java | 141 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) {
|
/packages/apps/Settings/tests/src/com/android/settings/tests/ |
D | BluetoothRequestPermissionTest.java | 146 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothDevice.ERROR)) {
|
/packages/apps/Browser/src/com/android/browser/ |
D | ErrorConsoleView.java | 310 case ERROR: in getView()
|
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 235 .getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) { in onReceive() 242 case BluetoothAdapter.ERROR: in onReceive()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactLoader.java | 116 ERROR, enumConstant 161 if (status == Status.ERROR && exception == null) { in Result() 191 return new Result(requestedUri, Status.ERROR, exception); in forError() 339 return mStatus == Status.ERROR; in isError()
|