Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataSettingsManagerTest.java148 int ddsPhoneId = 1; in testUpdateDataEnabledAndNotifyOverride() local
152 doReturn(ddsPhoneId).when(phone2).getPhoneId(); in testUpdateDataEnabledAndNotifyOverride()
154 doReturn(ddsPhoneId).when(mSubscriptionManagerService).getPhoneId(ddsSubId); in testUpdateDataEnabledAndNotifyOverride()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DAutoDataSwitchController.java608 int ddsPhoneId = mSubscriptionManagerService.getPhoneId(
610 if (isActiveModemPhone(preferredPhoneId) && isActiveModemPhone(ddsPhoneId)) {
617 || (candidateScore >= currentScore && phoneId == ddsPhoneId)) {
DPhoneSwitcher.java1989 int ddsPhoneId = mSubscriptionManagerService.getPhoneId(
1991 if (ddsPhoneId != INVALID_PHONE_INDEX && ddsPhoneId == phoneId) {