Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTestTelephonyConnection.java157 when(mMockPhone.getCurrentSubscriberUris()).thenReturn(null); in TestTelephonyConnection()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DImsConference.java893 if (imsPhone.getCurrentSubscriberUris() != null) { in setConferenceHost()
895 new ArrayList<>(Arrays.asList(imsPhone.getCurrentSubscriberUris()))); in setConferenceHost()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java300 public Uri[] getCurrentSubscriberUris() { in getCurrentSubscriberUris() method in ImsPhone
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java4639 public Uri[] getCurrentSubscriberUris() { in getCurrentSubscriberUris() method in Phone