Searched refs:onBackgroundFullScanResult (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiStaIface.java | 91 void onBackgroundFullScanResult(int cmdId, int bucketsScanned, ScanResult result); in onBackgroundFullScanResult() method
|
D | WifiStaIfaceAidlImpl.java | 907 public void onBackgroundFullScanResult(int cmdId, int bucketsScanned, in onBackgroundFullScanResult() method in WifiStaIfaceAidlImpl.StaIfaceEventCallback 915 mFrameworkCallback.onBackgroundFullScanResult(cmdId, bucketsScanned, in onBackgroundFullScanResult()
|
D | WifiStaIfaceHidlImpl.java | 1592 public void onBackgroundFullScanResult(int cmdId, int bucketsScanned, in onBackgroundFullScanResult() method in WifiStaIfaceHidlImpl.StaIfaceEventCallback 1600 mFrameworkCallback.onBackgroundFullScanResult(cmdId, bucketsScanned, in onBackgroundFullScanResult()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 1700 public void onBackgroundFullScanResult(
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiVendorHalTest.java | 1212 mWifiStaIfaceEventCallback.onBackgroundFullScanResult( in testBgScanFullScanResults()
|