Searched refs:nameForState (Results 1 – 2 of 2) sorted by relevance
286 "Airplane Mode change - current state: " + BluetoothAdapter.nameForState(929 + mBinding + " mState = " + BluetoothAdapter.nameForState(mState)); in enable()1796 "MESSAGE_BLUETOOTH_STATE_CHANGE: " + BluetoothAdapter.nameForState( in handleMessage()1797 prevState) + " > " + BluetoothAdapter.nameForState( in handleMessage()2118 "Sending BLE State Change: " + BluetoothAdapter.nameForState(prevState) + " > " in sendBleStateChanged()2119 + BluetoothAdapter.nameForState(newState)); in sendBleStateChanged()2388 writer.println(" state: " + BluetoothAdapter.nameForState(mState)); in dump()
230 public static String nameForState(@AdapterState int state) { in nameForState() method in BluetoothAdapter859 Log.d(TAG, "isLeEnabled(): " + BluetoothAdapter.nameForState(state)); in isLeEnabled()1002 Log.d(TAG, "Consider " + BluetoothAdapter.nameForState(state) + " state as OFF"); in getState()1007 Log.d(TAG, "" + hashCode() + ": getState(). Returning " + BluetoothAdapter.nameForState( in getState()1047 Log.d(TAG, "getLeState() returning " + BluetoothAdapter.nameForState(state)); in getLeState()