Searched refs:CONN_STATE_DISCONNECTING (Results 1 – 3 of 3) sorted by relevance
83 case CONN_STATE_DISCONNECTING: in convertHalState()103 @VisibleForTesting static final int CONN_STATE_DISCONNECTING = 3; field in PanNativeInterface
122 case CONN_STATE_DISCONNECTING: in convertHalState()178 private static final int CONN_STATE_DISCONNECTING = 3; field in HidHostNativeInterface
151 assertThat(PanNativeInterface.convertHalState(PanNativeInterface.CONN_STATE_DISCONNECTING)) in convertHalState()