Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java170 final int ddsPhoneId = mSubscriptionController.getPhoneId(ddsSubId); in handleMessage() local
209 if (mNewActivePhones.contains(ddsPhoneId)) { in handleMessage()
252 final int ddsPhoneId = mSubscriptionController.getPhoneId(primaryDataSubId); in onEvaluate() local
362 final boolean activateDdsPhone = mNewActivePhones.contains(ddsPhoneId); in onEvaluate()
364 activate(ddsPhoneId); in onEvaluate()
525 int ddsPhoneId = mSubscriptionController.getPhoneId(ddsSubId); in handleConnectMaxFailure() local
526 if (SubscriptionManager.isValidPhoneId(ddsPhoneId) && phoneId != ddsPhoneId) { in handleConnectMaxFailure()
528 enforceDds(ddsPhoneId); in handleConnectMaxFailure()
554 int ddsPhoneId = mSubscriptionController.getPhoneId( in onDdsSwitchResponse() local
557 ", ddsPhoneId=" + ddsPhoneId + ", mPreferredDataPhoneId=" + in onDdsSwitchResponse()
[all …]