Searched refs:chipIdsResp (Results 1 – 1 of 1) sorted by relevance
794 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners() local800 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()809 Log.d(TAG, "getChipIds=" + chipIdsResp.value); in initIWifiChipDebugListeners()810 if (chipIdsResp.value.size() == 0) { in initIWifiChipDebugListeners()817 for (Integer chipId: chipIdsResp.value) { in initIWifiChipDebugListeners()902 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo() local908 chipIdsResp.value = chipIds; in getAllChipInfo()917 if (VDBG) Log.d(TAG, "getChipIds=" + chipIdsResp.value); in getAllChipInfo()918 if (chipIdsResp.value.size() == 0) { in getAllChipInfo()924 WifiChipInfo[] chipsInfo = new WifiChipInfo[chipIdsResp.value.size()]; in getAllChipInfo()[all …]