Searched refs:syncGetSupportedFeatures (Results 1 – 3 of 3) sorted by relevance
5460 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()
3731 supportedFeatureSet = mClientModeImpl.syncGetSupportedFeatures(channel);
1744 public long syncGetSupportedFeatures(AsyncChannel channel) { in syncGetSupportedFeatures() method in ClientModeImpl