/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothSettingsFragmentTest.java | 22 import static android.bluetooth.BluetoothAdapter.STATE_TURNING_ON; 135 sendStateChangedIntent(STATE_TURNING_ON); in stateChanged_turningOn_setsSwitchChecked() 144 sendStateChangedIntent(STATE_TURNING_ON); in stateChanged_turningOn_setsSwitchDisabled() 230 sendStateChangedIntent(STATE_TURNING_ON); in stateChanged_fragmentStopped_doesNothing()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/ |
D | NfcPreferenceControllerTest.java | 115 when(mNfcAdapter.getAdapterState()).thenReturn(NfcAdapter.STATE_TURNING_ON); in isNfcEnable_nfcStateTurning_shouldReturnFalse() 131 when(mNfcAdapter.getAdapterState()).thenReturn(NfcAdapter.STATE_TURNING_ON); in isNfcChecked_nfcStateOn_shouldReturnTrue() 241 triggerIntent.putExtra(NfcAdapter.EXTRA_ADAPTER_STATE, NfcAdapter.STATE_TURNING_ON); in ncfSliceWorker_nfcBroadcast_turningOn_sliceDoesntUpdate()
|
D | AndroidBeamPreferenceControllerTest.java | 144 when(mNfcAdapter.getAdapterState()).thenReturn(NfcAdapter.STATE_TURNING_ON); in isBeamEnable_nfcStateNotOn_shouldReturnFalse()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivity.java | 108 case BluetoothAdapter.STATE_TURNING_ON: in onCreate() 127 case BluetoothAdapter.STATE_TURNING_ON: in onCreate() 140 case BluetoothAdapter.STATE_TURNING_ON: in onCreate()
|
D | BluetoothSettingsFragment.java | 124 case BluetoothAdapter.STATE_TURNING_ON: in handleStateChanged()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceTest.java | 204 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_TURNING_ON, in doEnable() 217 verifyStateChange(BluetoothAdapter.STATE_TURNING_ON, BluetoothAdapter.STATE_ON, in doEnable() 400 verifyStateChange(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_TURNING_ON, 1, in testProfileStartTimeout() 409 verifyStateChange(BluetoothAdapter.STATE_TURNING_ON, BluetoothAdapter.STATE_TURNING_OFF, 1, in testProfileStartTimeout()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | RequestPermissionActivity.java | 93 case BluetoothAdapter.STATE_TURNING_ON: { in onCreate() 111 case BluetoothAdapter.STATE_TURNING_ON: { in onCreate()
|
D | BluetoothEnabler.java | 133 case BluetoothAdapter.STATE_TURNING_ON: in handleStateChanged()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | RequestPermissionActivity.java | 97 case BluetoothAdapter.STATE_TURNING_ON: { in onCreate() 115 case BluetoothAdapter.STATE_TURNING_ON: { in onCreate()
|
D | BluetoothEnabler.java | 133 case BluetoothAdapter.STATE_TURNING_ON: in handleStateChanged()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothSummaryUpdaterTest.java | 175 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_ON); in onBluetoothStateChanged_btEnabled_notConnected_shouldSendDisconnectedMessage() 203 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_ON); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()
|
/packages/apps/Settings/src/com/android/settings/nfc/ |
D | SecureNfcEnabler.java | 53 case NfcAdapter.STATE_TURNING_ON: in handleNfcStateChanged()
|
D | NfcEnabler.java | 49 case NfcAdapter.STATE_TURNING_ON: in handleNfcStateChanged()
|
D | AndroidBeamEnabler.java | 71 case NfcAdapter.STATE_TURNING_ON: in handleNfcStateChanged()
|
D | NfcPreferenceController.java | 189 || (nfcStateExtra == NfcAdapter.STATE_TURNING_ON) in onReceive()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/ |
D | SecureNfcEnabler.java | 53 case NfcAdapter.STATE_TURNING_ON: in handleNfcStateChanged()
|
D | NfcEnabler.java | 49 case NfcAdapter.STATE_TURNING_ON: in handleNfcStateChanged()
|
D | AndroidBeamEnabler.java | 71 case NfcAdapter.STATE_TURNING_ON: in handleNfcStateChanged()
|
D | NfcPreferenceController.java | 202 || (nfcStateExtra == NfcAdapter.STATE_TURNING_ON) in onReceive()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BluetoothOppHandover.java | 37 static final int STATE_TURNING_ON = 1; field in BluetoothOppHandover
|
/packages/apps/Settings/tests/unit/src/com/android/settings/tests/ |
D | BluetoothRequestPermissionTest.java | 158 case BluetoothAdapter.STATE_TURNING_ON:
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterState.java | 284 return BluetoothAdapter.STATE_TURNING_ON; in getStateValue()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | ObexServerSockets.java | 150 if ((state != BluetoothAdapter.STATE_TURNING_ON) && (state in create()
|
/packages/services/Car/service/src/com/android/car/ |
D | Utils.java | 55 sAdapterStates.put(BluetoothAdapter.STATE_TURNING_ON, "Turning On"); in sAdapterStates.put() argument
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | BluetoothDeviceConnectionPolicyTest.java | 335 sendAdapterStateChanged(BluetoothAdapter.STATE_TURNING_ON); in testReceiveAdapterTurningOn_doNothing()
|