HomeSort by relevance Sort by last modified time
    Searched refs:STATE_ON (Results 26 - 50 of 50) sorted by null

12

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 133 case BluetoothAdapter.STATE_ON:
431 case BluetoothAdapter.STATE_ON:
456 if (state == BluetoothAdapter.STATE_ON
474 state, BluetoothAdapter.STATE_ON, firedFlags, mask));
499 case BluetoothAdapter.STATE_ON:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 192 (state != BluetoothAdapter.STATE_ON)) {
684 } else if (state == BluetoothAdapter.STATE_ON) {
685 if (DEBUG) Log.d(TAG, "STATE_ON");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 206 if (state == BluetoothAdapter.STATE_ON) {
357 (state != BluetoothAdapter.STATE_ON)) {
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 241 case BluetoothAdapter.STATE_ON:
399 if (btState == BluetoothAdapter.STATE_ON && bluetoothPan != null &&
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 296 BluetoothAdapter.STATE_ON) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 535 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
BluetoothHealth.java 543 if (adapter != null && adapter.getState() == BluetoothAdapter.STATE_ON) return true;
BluetoothMap.java 395 if (adapter != null && adapter.getState() == BluetoothAdapter.STATE_ON) return true;
BluetoothInputDevice.java 480 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) return true;
BluetoothHeadset.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 247 int mState; // one of NfcAdapter.STATE_ON, STATE_TURNING_ON, etc
632 * either STATE_ON or STATE_OFF. This way each task can be guaranteed
633 * of starting in either STATE_OFF or STATE_ON, without needing to hold
715 if (mState == NfcAdapter.STATE_ON) {
746 updateState(NfcAdapter.STATE_ON);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 66 if (BluetoothAdapter.STATE_ON == intent.getIntExtra(
BluetoothOppService.java 363 case BluetoothAdapter.STATE_ON:
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 325 if (state == BluetoothAdapter.STATE_ON) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 689 if (btState == BluetoothAdapter.STATE_ON) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 496 case BluetoothAdapter.STATE_ON:
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 1254 milliseconds

12