Searched defs:onRangingResults (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/rtt/
H A DRangingResultCallback.java31 * requested peers then the {@link #onRangingResults(List)} will be called with the set of
69 public abstract void onRangingResults(@NonNull List<RangingResult> results); method in class:RangingResultCallback
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
H A DRttServiceImpl.java491 public void onRangingResults(int cmdId, List<RttResult> results) { method in class:RttServiceImpl
492 if (VDBG) Log.v(TAG, "onRangingResults: cmdId=" + cmdId);
494 mRttServiceSynchronized.onRangingResults(cmdId, results);
972 Log.e(TAG, "processAwarePeerHandles: onRangingResults failure -- " + e);
1000 Log.e(TAG, "processAwarePeerHandles: onRangingResults failure -- " + e2);
1034 private void onRangingResults(int cmdId, List<RttResult> results) { method in class:RttServiceImpl.RttServiceSynchronized
1036 Log.e(TAG, "RttServiceSynchronized.onRangingResults: no current RTT request "
1044 Log.v(TAG, "RttServiceSynchronized.onRangingResults: cmdId=" + cmdId
1050 Log.e(TAG, "RttServiceSynchronized.onRangingResults: cmdId=" + cmdId
1065 Log.v(TAG, "RttServiceSynchronized.onRangingResults
[all...]

Completed in 1704 milliseconds