Searched refs:bluetoothStateChangeHandler (Results 1 – 2 of 2) sorted by relevance
2016 bluetoothStateChangeHandler(prevState, newState); in handleMessage()2089 bluetoothStateChangeHandler(BluetoothAdapter.STATE_ON, in handleMessage()2094 bluetoothStateChangeHandler(BluetoothAdapter.STATE_TURNING_OFF, in handleMessage()2199 bluetoothStateChangeHandler(mState, BluetoothAdapter.STATE_OFF); in restartForReason()2203 bluetoothStateChangeHandler(mState, BluetoothAdapter.STATE_TURNING_ON); in restartForReason()2210 bluetoothStateChangeHandler(mState, BluetoothAdapter.STATE_ON); in restartForReason()2218 bluetoothStateChangeHandler(BluetoothAdapter.STATE_ON, in restartForReason()2224 bluetoothStateChangeHandler(BluetoothAdapter.STATE_TURNING_OFF, in restartForReason()2360 private void bluetoothStateChangeHandler(int prevState, int newState) { in bluetoothStateChangeHandler() method in BluetoothManagerService
680 HSPLcom/android/server/BluetoothManagerService;->bluetoothStateChangeHandler(II)V