Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java327 private final List<Set<CommandException.Error>> mCurrentDdsSwitchFailure; field in PhoneSwitcher
497 mCurrentDdsSwitchFailure = new ArrayList<>(); in PhoneSwitcher()
546 mCurrentDdsSwitchFailure.add(ddsFailure); in PhoneSwitcher()
787 if (mCurrentDdsSwitchFailure.get(i).contains( in handleMessage()
848 mCurrentDdsSwitchFailure.get(phoneId).clear(); in handleMessage()
913 if (mCurrentDdsSwitchFailure.get(slotIndex).contains( in handleMessage()
974 mCurrentDdsSwitchFailure.remove(phoneId); in onMultiSimConfigChanged()
1018 mCurrentDdsSwitchFailure.add(ddsFailure); in onMultiSimConfigChanged()
1931 pw.println("mCurrentDdsSwitchFailure=" + mCurrentDdsSwitchFailure);
1961 mCurrentDdsSwitchFailure.get(phoneId).add(error);
[all …]