Home
last modified time | relevance | path

Searched refs:syncGetSupportedFeatures (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java5460 when(mClientModeImpl.syncGetSupportedFeatures(any())).thenReturn(0L); in getWifiActivityEnergyInfoAsyncFeatureUnsupported()
5471 when(mClientModeImpl.syncGetSupportedFeatures(any())).thenReturn(Long.MAX_VALUE); in getWifiActivityEnergyInfoAsyncSuccess()
5650 when(mClientModeImpl.syncGetSupportedFeatures(any())) in testGetSupportedFeaturesCaseForRtt()
5708 when(mClientModeImpl.syncGetSupportedFeatures( in testGetSupportedFeaturesCaseForMacRandomization()
5745 when(mClientModeImpl.syncGetSupportedFeatures( in syncGetSupportedFeaturesForStaApConcurrency()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java3731 supportedFeatureSet = mClientModeImpl.syncGetSupportedFeatures(channel);
DClientModeImpl.java1744 public long syncGetSupportedFeatures(AsyncChannel channel) { in syncGetSupportedFeatures() method in ClientModeImpl