Searched refs:bluetoothTetheringOn (Results 1 – 1 of 1) sorted by relevance
212 final Intent bluetoothTetheringOn = new Intent(BluetoothPan.ACTION_TETHERING_STATE_CHANGED); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOn() local213 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() local246 bluetoothTetheringOn.putExtra(BluetoothPan.EXTRA_TETHERING_STATE, in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()248 receiver.onReceive(mockActivity, bluetoothTetheringOn); in testBluetoothState_updateBluetoothState_bluetoothTetheringStateOff()