Home
last modified time | relevance | path

Searched refs:CONN_STATE_DISCONNECTING (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanNativeInterface.java83 case CONN_STATE_DISCONNECTING: in convertHalState()
103 @VisibleForTesting static final int CONN_STATE_DISCONNECTING = 3; field in PanNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java122 case CONN_STATE_DISCONNECTING: in convertHalState()
178 private static final int CONN_STATE_DISCONNECTING = 3; field in HidHostNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java151 assertThat(PanNativeInterface.convertHalState(PanNativeInterface.CONN_STATE_DISCONNECTING)) in convertHalState()