Home
last modified time | relevance | path

Searched defs:STATE_DISCONNECTING (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java74 static final int STATE_DISCONNECTING = 6; field in BluetoothPeripheralHandover
/packages/services/Car/service/src/com/android/car/
DUtils.java67 sConnectionStates.put(BluetoothAdapter.STATE_DISCONNECTING, "Disconnecting"); in sConnectionStates.put()