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.java285 int getDefaultDataPhoneId(); in getDefaultDataPhoneId() method
297 public int getDefaultDataPhoneId() {
3927 phoneId = mSubscriptionManagerProxy.getDefaultDataPhoneId(); in getFirstPhoneForEmergencyCall()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java4269 when(mSubscriptionManagerProxy.getDefaultDataPhoneId()).thenReturn(defaultDataPhoneId); in setDefaultDataPhoneId()