Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
H A DDiscoverableFooterPreferenceControllerTest.java148 sendBluetoothStateChangedIntent(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_bluetoothOn_updateTitle()
156 sendBluetoothStateChangedIntent(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_bluetoothOff_updateTitle()
188 private void sendBluetoothStateChangedIntent(int state) { in sendBluetoothStateChangedIntent() method in DiscoverableFooterPreferenceControllerTest