HomeSort by relevance Sort by last modified time
    Searched refs:getNaiForSubscriber (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 35 String getNaiForSubscriber(int subId, String callingPackage);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSubInfoControllerTest.java 126 assertEquals("aaa@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG));
129 assertEquals("bbb@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG));
141 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG);
149 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG);
161 assertNull(mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG));
162 assertNull(mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG));
168 assertEquals("aaa@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG));
169 assertEquals("bbb@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 79 public String getNaiForSubscriber(int subId, String callingPackage) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 106 milliseconds