HomeSort by relevance Sort by last modified time
    Searched defs:cancelRanging (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/rtt/
WifiRttManager.java 179 public void cancelRanging(@Nullable WorkSource workSource) {
181 Log.v(TAG, "cancelRanging: workSource=" + workSource);
185 mService.cancelRanging(workSource);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttServiceImpl.java 468 public void cancelRanging(WorkSource workSource) throws RemoteException {
469 if (VDBG) Log.v(TAG, "cancelRanging: workSource=" + workSource);
478 Log.e(TAG, "cancelRanging: invalid work-source -- " + workSource);
562 private void cancelRanging(RttRequestInfo rri) {
579 cancelRanging(rri);
630 cancelRanging(rri);
661 cancelRanging(rri);
    [all...]
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 60 milliseconds