Searched refs:respAndHold (Results 1 – 2 of 2) sorted by relevance
188 int respAndHold = 1; in onRespAndHold() local189 mNativeInterface.onRespAndHold(respAndHold, TEST_DEVICE_ADDRESS); in onRespAndHold()194 assertThat(event.getValue().valueInt).isEqualTo(respAndHold); in onRespAndHold()
535 void onRespAndHold(int respAndHold, byte[] address) { in onRespAndHold() argument537 event.valueInt = respAndHold; in onRespAndHold()