Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DTetherSettingsTest.java212 final Intent bluetoothTetheringOn = new Intent(BluetoothPan.ACTION_TETHERING_STATE_CHANGED); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn() local
213 bluetoothTetheringOn.putExtra(BluetoothPan.EXTRA_TETHERING_STATE, in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn()
215 receiver.onReceive(mockActivity, bluetoothTetheringOn); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn()
245 final Intent bluetoothTetheringOn = new Intent(BluetoothPan.ACTION_TETHERING_STATE_CHANGED); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff() local
246 bluetoothTetheringOn.putExtra(BluetoothPan.EXTRA_TETHERING_STATE, in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()
248 receiver.onReceive(mockActivity, bluetoothTetheringOn); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()