HomeSort by relevance Sort by last modified time
    Searched refs:STATE_ON (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthVoice.java 26 public static final int STATE_ON = 1;
34 mState = STATE_ON;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthVoice.java 26 public static final int STATE_ON = 1;
34 mState = STATE_ON;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthVoice.java 26 public static final int STATE_ON = 1;
34 mState = STATE_ON;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthVoice.java 26 public static final int STATE_ON = 1;
34 mState = STATE_ON;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthVoice.java 26 public static final int STATE_ON = 1;
34 mState = STATE_ON;
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 31 STATE_ON = 12
BleEnum.py 94 STATE_ON = 12
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothTestUtils.java 24 if (adapter.getState() == BluetoothAdapter.STATE_ON) {
34 case BluetoothAdapter.STATE_ON:
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 142 assertEquals(BluetoothAdapter.STATE_ON, mAdapter.getState());
154 if (state != BluetoothAdapter.STATE_ON || turnOff) {
171 if (mAdapter.getState() == BluetoothAdapter.STATE_ON) {
184 case BluetoothAdapter.STATE_ON:
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 142 * {@link #STATE_ON},
152 * {@link #STATE_ON},
159 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
170 * clients should wait for {@link #STATE_ON} before attempting to
177 public static final int STATE_ON = 12;
433 * works in Bluetooth state STATE_ON
446 * works in Bluetooth state STATE_ON
611 * <code>getBluetoothState() == STATE_ON</code>
633 * <p>This returns true if current state is either STATE_ON or STATE_BLE_ON
641 if (state == BluetoothAdapter.STATE_ON) {
    [all...]
BluetoothAvrcpPlayerSettings.java 73 public static final int STATE_ON = 0x01;
  /hardware/qcom/power/
power.c 31 #define STATE_ON "state=1"
126 if (!strncmp(metadata, STATE_ON, sizeof(STATE_ON))) {
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java 84 private static final int STATE_ON = 1;
241 mState = STATE_ON;
290 if (mState == STATE_ON) {
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java 232 assertEquals(BluetoothAdapter.STATE_ON, adapter.getState());
244 if (state != BluetoothAdapter.STATE_ON || turnOff) {
260 if (adapter.getState() == BluetoothAdapter.STATE_ON) {
273 case BluetoothAdapter.STATE_ON:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 130 && (BluetoothAdapter.STATE_ON == previousState
135 if (BluetoothAdapter.STATE_ON == newState
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
NfcManagerFacade.java 58 if (nfcState == NfcAdapter.STATE_ON) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDiscoverableTimeoutReceiver.java 77 localBluetoothAdapter.getState() == BluetoothAdapter.STATE_ON) {
  /device/moto/shamu/power/
power_shamu.c 38 #define STATE_ON "state=1"
133 if (!strncmp(metadata, STATE_ON, sizeof(STATE_ON))) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 87 if (state == BluetoothAdapter.STATE_ON) {
113 * Strictly speaking STATE_TURNING_ON belong with STATE_ON;
139 case BluetoothAdapter.STATE_ON:
202 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
BluetoothSettings.java 113 if (state == BluetoothAdapter.STATE_ON) {
231 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
250 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
316 case BluetoothAdapter.STATE_ON:
439 if (BluetoothAdapter.STATE_ON == bluetoothState)
537 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON;
RequestPermissionHelperActivity.java 112 || btState == BluetoothAdapter.STATE_ON
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnablingActivity.java 141 case BluetoothAdapter.STATE_ON:
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothConnectionsManager.java 47 if (newBtState == BluetoothAdapter.STATE_ON ||
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 565 state = Display.STATE_ON;
617 && (state == Display.STATE_ON || autoBrightnessEnabledInDoze)
622 mPowerRequest.screenAutoBrightnessAdjustment, state != Display.STATE_ON,
704 if (state == Display.STATE_ON || state == Display.STATE_DOZE) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 142 } else if (state == BluetoothAdapter.STATE_ON) {
206 notifyProfileServiceStateChanged(BluetoothAdapter.STATE_ON);

Completed in 2271 milliseconds

1 2 3 4 5