Searched refs:bitsetToLong (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.server.wifi.util.GeneralUtil.bitsetToLong;160 return bitsetToLong(getSupportedFeaturesBitSet()); in getSupportedFeatures()
23 import static com.android.server.wifi.util.GeneralUtil.bitsetToLong;1501 return bitsetToLong(getSupportedFeaturesBitSet()); in getSupportedFeatures()
72 public static long bitsetToLong(BitSet bitset) { in bitsetToLong() method in GeneralUtil
24 import static com.android.server.wifi.util.GeneralUtil.bitsetToLong;1706 long legacyFeatures = bitsetToLong(WIFI_TEST_FEATURE); in testGetLegacyFeaturesWhenInterfaceDoesntExist()