Searched refs:sConnectionStates (Results 1 – 1 of 1) sorted by relevance
81 private static final SparseArray<String> sConnectionStates = new SparseArray<String>(4); field in BluetoothUtils101 sConnectionStates.put(BluetoothAdapter.STATE_CONNECTED, "Connected"); in sConnectionStates.put()102 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTED, "Disconnected"); in sConnectionStates.put()103 sConnectionStates.put(BluetoothAdapter.STATE_CONNECTING, "Connecting"); in sConnectionStates.put()104 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTING, "Disconnecting"); in sConnectionStates.put()173 String name = sConnectionStates.get(state, "Unknown"); in getConnectionStateName()