/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialog.java | 74 BluetoothDevice.ERROR); 110 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); in onCreate() 120 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate() 121 if (passkey == BluetoothDevice.ERROR) { in onCreate() 137 intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.ERROR); in onCreate() 138 if (pairingKey == BluetoothDevice.ERROR) { in onCreate()
|
D | BluetoothEventManager.java | 159 BluetoothAdapter.ERROR); in onReceive() 255 BluetoothDevice.ERROR); in onReceive() 292 BluetoothDevice.ERROR); in onReceive()
|
D | BluetoothPairingRequest.java | 50 BluetoothDevice.ERROR); in onReceive() 59 BluetoothDevice.ERROR); in onReceive()
|
D | BluetoothDiscoverableEnabler.java | 81 BluetoothAdapter.ERROR); 82 if (mode != BluetoothAdapter.ERROR) {
|
D | LocalBluetoothAdapter.java | 47 private int mState = BluetoothAdapter.ERROR;
|
D | BluetoothEnabler.java | 49 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR);
|
D | DockEventReceiver.java | 111 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/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/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()
|
D | CalendarProvider2.java | 520 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() 2685 if (Log.isLoggable(TAG, Log.ERROR)) { in getOwner()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | LogUtils.java | 60 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/ContactsCommon/src/com/android/contacts/common/model/ |
D | Contact.java | 55 ERROR, enumConstant 99 if (status == Status.ERROR && exception == null) { in Contact() 128 return new Contact(requestedUri, Status.ERROR, exception); in forError() 274 return mStatus == Status.ERROR; in isError()
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | Conversation.java | 55 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/ |
D | CommonControllerOverlay.java | 49 ERROR, enumConstant 176 mState = State.ERROR; in showErrorMessage() 324 (mState != State.LOADING && mState != State.ERROR && in updateViews()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothHeadsetHandover.java | 312 BluetoothAdapter.ERROR); in handleIntent() 321 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent() 331 int state = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, BluetoothAdapter.ERROR); in handleIntent()
|
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 240 .getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) { in onReceive() 250 case BluetoothAdapter.ERROR: in onReceive()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapReceiver.java | 60 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onReceive()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
D | AudioCapture.java | 137 int status = Visualizer.ERROR; in captureData()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtEnablingActivity.java | 140 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR)) {
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsDatabaseHelper.java | 905 Threads.ERROR + " INTEGER DEFAULT 0," + in createCommonTables() 1640 Threads.ERROR + " INTEGER DEFAULT 0," + in upgradeThreadsTableToAutoIncrement()
|
/packages/apps/Settings/tests/src/com/android/settings/tests/ |
D | BluetoothRequestPermissionTest.java | 152 switch (intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothDevice.ERROR)) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ToastBarOperation.java | 32 public static final int ERROR = 1; field in ToastBarOperation
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | ProfileService.java | 129 int state= intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); in onStartCommand()
|