Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java72 private boolean[] mDdsRequestSent; field in VendorPhoneSwitcher
102 mDdsRequestSent = new boolean[mActiveModemCount]; in VendorPhoneSwitcher()
129 mDdsRequestSent[i] = false; in VendorPhoneSwitcher()
156 mDdsRequestSent[phoneId] = false;
314 mDdsRequestSent[oldPreferredDataPhoneId] = false; in onEvaluate()
470 if (!mDdsRequestSent[phoneId]) { in sendRilCommands()
475 mDdsRequestSent[phoneId] = true; in sendRilCommands()
546 mDdsRequestSent[phoneId] = false; in onDdsSwitchResponse()