Home
last modified time | relevance | path

Searched refs:chipIds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java3140 GetChipIdsAnswer(WifiStatus status, ArrayList<Integer> chipIds) { in GetChipIdsAnswer() argument
3142 mChipIds = chipIds; in GetChipIdsAnswer()
3498 ArrayList<Integer> chipIds; in initialize() local
3500 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() local
3565 chipIds = new ArrayList<>(); in initialize()
3566 chipIds.add(chipId); in initialize()
3567 doAnswer(new GetChipIdsAnswer(mStatusOk, chipIds)).when(mWifiMock).getChipIds( in initialize()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java988 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in initIWifiChipDebugListeners() argument
991 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()
1112 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in getAllChipInfo() argument
1115 chipIdsResp.value = chipIds; in getAllChipInfo()