Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSwitcher.java310 private List<Set<CommandException.Error>> mCurrentDdsSwitchFailure; field in PhoneSwitcher
472 mCurrentDdsSwitchFailure = new ArrayList<Set<CommandException.Error>>(); in PhoneSwitcher()
495 mCurrentDdsSwitchFailure.add(ddsFailure); in PhoneSwitcher()
678 if (mCurrentDdsSwitchFailure.get(i).contains( in handleMessage()
736 mCurrentDdsSwitchFailure.get(phoneId).clear(); in handleMessage()
802 } else if (mCurrentDdsSwitchFailure.get(slotIndex).contains( in handleMessage()
824 mCurrentDdsSwitchFailure.remove(phoneId); in onMultiSimConfigChanged()
844 mCurrentDdsSwitchFailure.add(ddsFailure); in onMultiSimConfigChanged()
1639 mCurrentDdsSwitchFailure.get(phoneId).add(error); in onDdsSwitchResponse()
1656 mCurrentDdsSwitchFailure.get(phoneId).clear(); in onDdsSwitchResponse()