Searched refs:nameForState (Results 1 – 13 of 13) sorted by relevance
197 return nameForState(get()) in eq()201 private fun nameForState(state: Int): String { in nameForState() method
158 Log.i(TAG, BluetoothAdapter.nameForState(getStateValue()) + " : " + msg); in infoLog()162 Log.e(TAG, BluetoothAdapter.nameForState(getStateValue()) + " : " + msg); in errorLog()
419 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()1175 + BluetoothAdapter.nameForState(getState()) in onBluetoothReady()1241 writer.println(" " + "State: " + BluetoothAdapter.nameForState(getState())); in dump()
1171 + BluetoothAdapter.nameForState(state) in aclStateChangeCallback()1215 + BluetoothAdapter.nameForState(state) in aclStateChangeCallback()
441 throw new IllegalArgumentException(BluetoothAdapter.nameForState(state)); in onProfileServiceStateChanged()1198 + BluetoothAdapter.nameForState(newState) in updateAdapterState()6344 + BluetoothAdapter.nameForState(currentState)); in dump()
43 override fun toString() = BluetoothAdapter.nameForState(get()) in get()
381 + (" state=" + BluetoothAdapter.nameForState(state)) in delayModeChangedIfNeeded()493 + (" currentState=" + BluetoothAdapter.nameForState(currentState))); in handleAirplaneModeChanged()1721 + (" prevState=" + BluetoothAdapter.nameForState(prevState)) in handleMessage()1722 + (" newState=" + BluetoothAdapter.nameForState(newState))); in handleMessage()2079 + (" prevState=" + BluetoothAdapter.nameForState(prevState)) in broadcastIntentStateChange()2080 + (" newState=" + BluetoothAdapter.nameForState(newState))); in broadcastIntentStateChange()2493 BluetoothAdapter.nameForState(mState.get())); in dumpProto()
280 public static String nameForState(@InternalAdapterState int state) { in nameForState() method in BluetoothAdapter1302 Log.d(TAG, "isLeEnabled(): " + BluetoothAdapter.nameForState(state)); in isLeEnabled()1477 Log.d(TAG, "Consider " + BluetoothAdapter.nameForState(state) + " state as OFF"); in getState()1487 + BluetoothAdapter.nameForState(state)); in getState()1514 Log.d(TAG, "getLeState() returning " + BluetoothAdapter.nameForState(state)); in getLeState()
290 Log.i(TAG, "onReceive: state: " + BluetoothAdapter.nameForState(state)); in onReceive()
1020 + BluetoothAdapter.nameForState(newState));
913 + BluetoothAdapter.nameForState(newState));
83 method @NonNull public static String nameForState(int);
112 Landroid/bluetooth/BluetoothAdapter;->nameForState(I)Ljava/lang/String;