Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java300 int getDefaultDataPhoneId(); in getDefaultDataPhoneId() method
312 public int getDefaultDataPhoneId() {
4235 phoneId = mSubscriptionManagerProxy.getDefaultDataPhoneId();
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java4790 when(mSubscriptionManagerProxy.getDefaultDataPhoneId()).thenReturn(defaultDataPhoneId); in setDefaultDataPhoneId()