Searched refs:chipIdsResp (Results 1 – 1 of 1) sorted by relevance
985 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners() local991 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()1000 Log.d(TAG, "getChipIds=" + chipIdsResp.value); in initIWifiChipDebugListeners()1001 if (chipIdsResp.value.size() == 0) { in initIWifiChipDebugListeners()1008 for (Integer chipId: chipIdsResp.value) { in initIWifiChipDebugListeners()1109 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo() local1115 chipIdsResp.value = chipIds; in getAllChipInfo()1124 if (VDBG) Log.d(TAG, "getChipIds=" + chipIdsResp.value); in getAllChipInfo()1125 if (chipIdsResp.value.size() == 0) { in getAllChipInfo()1131 WifiChipInfo[] chipsInfo = new WifiChipInfo[chipIdsResp.value.size()]; in getAllChipInfo()[all …]