Searched refs:chipIds (Results 1 – 2 of 2) sorted by relevance
2812 GetChipIdsAnswer(WifiStatus status, ArrayList<Integer> chipIds) { in GetChipIdsAnswer() argument2814 mChipIds = chipIds; in GetChipIdsAnswer()3136 ArrayList<Integer> chipIds; in initialize() local3138 chipIds = new ArrayList<>(); in initialize()3139 chipIds.add(chipId); in initialize()3140 doAnswer(new GetChipIdsAnswer(mStatusOk, chipIds)).when(mWifiMock).getChipIds( in initialize()3201 ArrayList<Integer> chipIds; in initialize() local3203 chipIds = new ArrayList<>(); in initialize()3204 chipIds.add(chipId); in initialize()3205 doAnswer(new GetChipIdsAnswer(mStatusOk, chipIds)).when(mWifiMock).getChipIds( in initialize()[all …]
812 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in initIWifiChipDebugListeners() argument815 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()920 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in getAllChipInfo() argument923 chipIdsResp.value = chipIds; in getAllChipInfo()