Home
last modified time | relevance | path

Searched refs:handleStateChanged (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothStateSwitchPreferenceControllerTest.java252 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_TURNING_ON); in stateChanged_turningOn_setsSwitchChecked()
261 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_TURNING_ON); in stateChanged_turningOn_setsSwitchDisabled()
270 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_ON); in stateChanged_on_setsSwitchChecked()
279 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_ON); in stateChanged_on_setsSwitchEnabled()
288 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_TURNING_OFF); in stateChanged_turningOff_setsSwitchUnchecked()
297 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_TURNING_OFF); in stateChanged_turningOff_setsSwitchDisabled()
306 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_OFF); in stateChanged_off_setsSwitchUnchecked()
315 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_OFF); in stateChanged_off_setsSwitchEnabled()
325 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_ON); in stateChanged_on_userRestricted_setsSwitchDisabled()
336 mPreferenceController.handleStateChanged(BluetoothAdapter.STATE_OFF); in stateChanged_off_userRestricted_setsSwitchDisabled()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothStateSwitchPreferenceController.java58 handleStateChanged(state);
149 handleStateChanged(mBluetoothAdapter.getState()); in onStartInternal()
173 void handleStateChanged(int state) { in handleStateChanged() method in BluetoothStateSwitchPreferenceController
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEnabler.java75 handleStateChanged(WifiInfo.getDetailedStateOf((SupplicantState)
82 handleStateChanged(info.getDetailedState());
186 private void handleStateChanged(@SuppressWarnings("unused") NetworkInfo.DetailedState state) { in handleStateChanged() method in WifiEnabler
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothEnabler.java77 handleStateChanged(state);
125 handleStateChanged(mBluetoothAdapter.getState()); in resume()
154 void handleStateChanged(int state) { in handleStateChanged() method in BluetoothEnabler