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

12 3 4 5

  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpPlayerSettings.java 66 public static final int STATE_OFF = 0x00;
BluetoothAdapter.java 142 * {@link #STATE_OFF},
152 * {@link #STATE_OFF},
161 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
169 public static final int STATE_OFF = 10;
210 case STATE_OFF: return "OFF";
737 * to STATE_OFF and completely shut-down Bluetooth
750 * #STATE_OFF} based on the existance of the further Always BLE ON enabled applications
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 87 case BluetoothAdapter.STATE_OFF:
109 case BluetoothAdapter.STATE_OFF:
217 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_OFF) {
384 if (currentState == BluetoothAdapter.STATE_OFF) {
BluetoothPairingDetail.java 142 case BluetoothAdapter.STATE_OFF:
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java 92 private static final int STATE_OFF = 0;
133 mState = STATE_OFF;
265 mState = STATE_OFF;
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 267 int st = BluetoothAdapter.STATE_OFF;
370 mState = BluetoothAdapter.STATE_OFF;
577 return BluetoothAdapter.STATE_OFF;
588 return BluetoothAdapter.STATE_OFF;
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothEnablerTest.java 182 when(mBluetoothAdapter.getBluetoothState()).thenReturn(BluetoothAdapter.STATE_OFF);
215 off.putExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.STATE_OFF);
229 when(mBluetoothAdapter.getBluetoothState()).thenReturn(BluetoothAdapter.STATE_OFF);
BluetoothSummaryUpdaterTest.java 134 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF);
196 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 140 if(state==BluetoothAdapter.STATE_OFF) {
221 notifyProfileServiceStateChanged(BluetoothAdapter.STATE_OFF);
AdapterService.java 297 if (BluetoothAdapter.STATE_OFF != entry.getValue()) {
474 mProfileServicesState.put(supportedProfileServices[i].getName(),BluetoothAdapter.STATE_OFF);
526 setProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF);
538 setGattProfileServiceState(supportedProfileServices,BluetoothAdapter.STATE_OFF);
656 if (state != BluetoothAdapter.STATE_ON && state != BluetoothAdapter.STATE_OFF) {
661 int expectedCurrentState= BluetoothAdapter.STATE_OFF;
664 if (state == BluetoothAdapter.STATE_OFF) {
678 + (state == BluetoothAdapter.STATE_OFF ? "start" : "stop" )
684 + (state == BluetoothAdapter.STATE_OFF ? "Stopping" : "Starting")
700 if (state != BluetoothAdapter.STATE_ON && state != BluetoothAdapter.STATE_OFF) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 53 private static final int STATE_OFF = 0;
73 private int mState = STATE_OFF;
216 mState = STATE_OFF;
221 if (mState != STATE_OFF) {
225 mState = STATE_OFF;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothFacade.java 128 } else if(state == BluetoothAdapter.STATE_OFF) {
148 } else if (state == BluetoothAdapter.STATE_OFF) {
270 if (mBluetoothAdapter.getState() == BluetoothAdapter.STATE_OFF
  /frameworks/base/core/java/android/view/
Display.java 276 public static final int STATE_OFF = 1;
    [all...]
  /frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
DozeTestDream.java 166 setDozeScreenState(Display.STATE_OFF);
  /packages/apps/Car/Settings/src/com/android/car/settings/home/
HomepageFragment.java 61 case BluetoothAdapter.STATE_OFF:
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamReceiveService.java 43 if (state == BluetoothAdapter.STATE_OFF) {
BeamSendService.java 156 } else if (state == BluetoothAdapter.STATE_OFF) {
  /packages/apps/Settings/tests/app/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 153 case BluetoothAdapter.STATE_OFF:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 68 private static final int STATE_OFF = 0;
84 private int mState = STATE_OFF;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 95 private static final int STATE_OFF = 0;
98 private int mState = STATE_OFF;
431 mState = STATE_OFF;
436 if (mState != STATE_OFF) {
440 mState = STATE_OFF;
  /frameworks/base/services/core/java/com/android/server/display/
VirtualDisplayAdapter.java 262 if (state == Display.STATE_OFF) {
375 mInfo.state = mSurface != null ? Display.STATE_ON : Display.STATE_OFF;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeMachine.java 97 return Display.STATE_OFF;
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 646 nfc.getState() == NfcAdapter.STATE_OFF;
659 bluetooth.getState() == BluetoothAdapter.STATE_OFF;
698 bluetooth.getState() == BluetoothAdapter.STATE_OFF ||
728 nfcOff = nfc.getState() == NfcAdapter.STATE_OFF;
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsFragment.java 181 case BluetoothAdapter.STATE_OFF:
  /packages/apps/Dialer/java/com/android/incallui/
ProximitySensor.java 281 final boolean isDisplayOn = display.getState() != Display.STATE_OFF;

Completed in 538 milliseconds

12 3 4 5