HomeSort by relevance Sort by last modified time
    Searched refs:enableRttResponder (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
RttServiceTest.java 127 verify(mWifiNative).enableRttResponder(anyInt());
146 when(mWifiNative.enableRttResponder(anyInt())).thenReturn(config);
200 verify(mWifiNative, times(1)).enableRttResponder(anyInt());
221 when(mWifiNative.enableRttResponder(anyInt())).thenReturn(null);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 370 mWifiNative.enableRttResponder(MAX_RESPONDER_DURATION_SECONDS);
371 if (DBG) Log.d(TAG, "mWifiNative.enableRttResponder called");
WifiNative.java     [all...]

Completed in 316 milliseconds