Home
last modified time | relevance | path

Searched refs:Mutable (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalHidlImpl.java34 import com.android.server.wifi.util.GeneralUtil.Mutable;
1385 Mutable<Boolean> statusOk = new Mutable<>(false); in getId()
2184 Mutable<Boolean> statusOk = new Mutable<>(false); in getSsid()
2208 Mutable<Boolean> statusOk = new Mutable<>(false); in getBssid()
2232 Mutable<Boolean> statusOk = new Mutable<>(false); in getScanSsid()
2259 Mutable<Boolean> statusOk = new Mutable<>(false); in getKeyMgmt()
2285 Mutable<Boolean> statusOk = new Mutable<>(false); in getKeyMgmt_1_3()
2312 Mutable<Boolean> statusOk = new Mutable<>(false); in getProto()
2338 Mutable<Boolean> statusOk = new Mutable<>(false); in getProto_1_3()
2365 Mutable<Boolean> statusOk = new Mutable<>(false); in getAuthAlg()
[all …]
DHalDeviceManager.java66 import com.android.server.wifi.util.GeneralUtil.Mutable;
606 Mutable<String> nameResp = new Mutable<>(); in getName()
1233 Mutable<Boolean> statusOk = new Mutable<>(false); in initIWifiChipDebugListeners()
1234 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners()
1263 Mutable<IWifiChip> chipResp = new Mutable<>(); in initIWifiChipDebugListeners()
1370 Mutable<Boolean> statusOk = new Mutable<>(false); in getAllChipInfo()
1371 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo()
1395 Mutable<IWifiChip> chipResp = new Mutable<>(); in getAllChipInfo()
1409 Mutable<ArrayList<android.hardware.wifi.V1_6.IWifiChip.ChipMode>> in getAllChipInfo()
1410 availableModesResp = new Mutable<>(); in getAllChipInfo()
[all …]
DSupplicantStaIfaceHalHidlImpl.java70 import com.android.server.wifi.util.GeneralUtil.Mutable;
498 Mutable<ISupplicantIface> supplicantIface = new Mutable<>(); in getIfaceV1_0()
534 Mutable<ISupplicantIface> supplicantIface = new Mutable<>(); in addIfaceV1_1()
1355 Mutable<ISupplicantNetwork> newNetwork = new Mutable<>(); in addNetwork()
1426 Mutable<ISupplicantNetwork> gotNetwork = new Mutable<>(); in getNetwork()
1540 Mutable<ArrayList<Integer>> networkIdList = new Mutable<>(); in listNetworks()
2068 Mutable<String> gotMac = new Mutable<>(); in getMacAddress()
2528 final Mutable<String> gotPin = new Mutable<>(); in startWpsPinDisplay()
2988 Mutable<Integer> keyMgmtMask = new Mutable<>(0); in getKeyMgmtCapabilities_1_3()
3021 Mutable<Boolean> status = new Mutable<>(false); in getKeyMgmtCapabilities()
[all …]
DWifiThreadRunner.java27 import com.android.server.wifi.util.GeneralUtil.Mutable;
78 Mutable<T> result = new Mutable<>(); in call()
DWifiVendorHal.java89 import com.android.server.wifi.util.GeneralUtil.Mutable;
833 Mutable<Boolean> ans = new Mutable<>(false); in getBgScanCapabilities()
1836 final Mutable<Long> feat = new Mutable<>(0L); in getSupportedFeatureSet()
2170 Mutable<List<String>> instancesResp = new Mutable<>(); in getBridgedApInstances()
2896 Mutable<Boolean> ok = new Mutable<>(false); in getRoamingCapabilities()
4126 Mutable<List<WifiAvailableChannel>> answer = new Mutable<>();
DWifiServiceImpl.java174 import com.android.server.wifi.util.GeneralUtil.Mutable;
3613 final Mutable<Boolean> success = new Mutable<>(false); in triggerConnectAndReturnStatus()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DGeneralUtil.java32 public static final class Mutable<E> { class in GeneralUtil
35 public Mutable() { in Mutable() method in GeneralUtil.Mutable
39 public Mutable(E value) { in Mutable() method in GeneralUtil.Mutable
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java92 import com.android.server.wifi.util.GeneralUtil.Mutable;
1062 Mutable<Listener<SoftApManager>> softApListener = in testStartSoftApModeTwiceWithTwoConfigs()
1063 new Mutable<>(); in testStartSoftApModeTwiceWithTwoConfigs()
1253 Mutable<Listener<SoftApManager>> lohsSoftApListener = new Mutable<>(); in testStopTetheringButNotLOHS()
2850 Mutable<Listener<ConcreteClientModeManager>> additionalClientListener = in requestAdditionalClientModeManager()
2851 new Mutable<>(); in requestAdditionalClientModeManager()
2966 Mutable<Listener<ConcreteClientModeManager>> additionalClientListener = in requestRemoveAdditionalClientModeManagerWhenNotAllowed()
2967 new Mutable<>(); in requestRemoveAdditionalClientModeManagerWhenNotAllowed()
3119 Mutable<Listener<ConcreteClientModeManager>> additionalClientListener = in requestAdditionalClientModeManagerWhenConnectingToPrimaryBssid()
3120 new Mutable<>(); in requestAdditionalClientModeManagerWhenConnectingToPrimaryBssid()
[all …]
DHalDeviceManagerTest.java4058 Mutable<Integer> typeResp = new Mutable<>(); in getType()
4066 Mutable<String> nameResp = new Mutable<>(); in getName()
4094 private static class Mutable<E> { class in HalDeviceManagerTest
4097 Mutable() { in Mutable() method in HalDeviceManagerTest.Mutable
4101 Mutable(E value) { in Mutable() method in HalDeviceManagerTest.Mutable
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java399 Mutable<MacAddrMapping[]> response = new Mutable<>(); in testRequestMacAddresses()
4659 private static class Mutable<E> { class in WifiAwareStateManagerTest
4662 Mutable() { in Mutable() method in WifiAwareStateManagerTest.Mutable
4666 Mutable(E value) { in Mutable() method in WifiAwareStateManagerTest.Mutable