Searched refs:chipIdsResp (Results 1 – 1 of 1) sorted by relevance
809 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in initIWifiChipDebugListeners() local815 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()824 Log.d(TAG, "getChipIds=" + chipIdsResp.value); in initIWifiChipDebugListeners()825 if (chipIdsResp.value.size() == 0) { in initIWifiChipDebugListeners()832 for (Integer chipId: chipIdsResp.value) { in initIWifiChipDebugListeners()917 Mutable<ArrayList<Integer>> chipIdsResp = new Mutable<>(); in getAllChipInfo() local923 chipIdsResp.value = chipIds; in getAllChipInfo()932 if (VDBG) Log.d(TAG, "getChipIds=" + chipIdsResp.value); in getAllChipInfo()933 if (chipIdsResp.value.size() == 0) { in getAllChipInfo()939 WifiChipInfo[] chipsInfo = new WifiChipInfo[chipIdsResp.value.size()]; in getAllChipInfo()[all …]