Searched refs:chipIds (Results 1 – 2 of 2) sorted by relevance
3140 GetChipIdsAnswer(WifiStatus status, ArrayList<Integer> chipIds) { in GetChipIdsAnswer() argument3142 mChipIds = chipIds; in GetChipIdsAnswer()3498 ArrayList<Integer> chipIds; in initialize() local3500 chipIds = new ArrayList<>(); in initialize()3501 chipIds.add(chipId); in initialize()3502 doAnswer(new GetChipIdsAnswer(mStatusOk, chipIds)).when(mWifiMock).getChipIds( in initialize()3563 ArrayList<Integer> chipIds; in initialize() local3565 chipIds = new ArrayList<>(); in initialize()3566 chipIds.add(chipId); in initialize()3567 doAnswer(new GetChipIdsAnswer(mStatusOk, chipIds)).when(mWifiMock).getChipIds( in initialize()[all …]
988 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in initIWifiChipDebugListeners() argument991 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()1112 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in getAllChipInfo() argument1115 chipIdsResp.value = chipIds; in getAllChipInfo()