Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java2812 GetChipIdsAnswer(WifiStatus status, ArrayList<Integer> chipIds) { in GetChipIdsAnswer() argument
2814 mChipIds = chipIds; in GetChipIdsAnswer()
3136 ArrayList<Integer> chipIds; in initialize() local
3138 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() local
3203 chipIds = new ArrayList<>(); in initialize()
3204 chipIds.add(chipId); in initialize()
3205 doAnswer(new GetChipIdsAnswer(mStatusOk, chipIds)).when(mWifiMock).getChipIds( in initialize()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHalDeviceManager.java812 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in initIWifiChipDebugListeners() argument
815 chipIdsResp.value = chipIds; in initIWifiChipDebugListeners()
920 mWifi.getChipIds((WifiStatus status, ArrayList<Integer> chipIds) -> { in getAllChipInfo() argument
923 chipIdsResp.value = chipIds; in getAllChipInfo()