Home
last modified time | relevance | path

Searched refs:onScc (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java710 public void onScc(int band) { in onScc() method in WifiNative.VendorHalRadioModeChangeHandlerInternal
2375 void onScc(int band); in onScc() method
DWifiVendorHal.java2906 handler.onScc(radioModeInfo0.bandInfo); in onRadioModeChange()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java1270 handler.onScc(WifiScanner.WIFI_BAND_24_GHZ); in testRadioModeChangeCallback()
DWifiVendorHalTest.java3174 verify(mVendorHalRadioModeChangeHandler).onScc(WifiScanner.WIFI_BAND_5_GHZ); in testRadioModeChangeCallbackToSccMode()