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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 115 String getMsisdnForSubscriber(int subId, String callingPackage);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneSubInfoControllerTest.java 519 assertEquals("+18051234567", mPhoneSubInfoControllerUT.getMsisdnForSubscriber(0, TAG));
522 assertEquals("+18052345678", mPhoneSubInfoControllerUT.getMsisdnForSubscriber(1, TAG));
534 mPhoneSubInfoControllerUT.getMsisdnForSubscriber(0, TAG);
542 mPhoneSubInfoControllerUT.getMsisdnForSubscriber(1, TAG);
554 assertNull(mPhoneSubInfoControllerUT.getMsisdnForSubscriber(0, TAG));
555 assertNull(mPhoneSubInfoControllerUT.getMsisdnForSubscriber(1, TAG));
561 assertEquals("+18051234567", mPhoneSubInfoControllerUT.getMsisdnForSubscriber(0, TAG));
562 assertEquals("+18052345678", mPhoneSubInfoControllerUT.getMsisdnForSubscriber(1, TAG));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 250 return getMsisdnForSubscriber(getDefaultSubscription(), callingPackage);
253 public String getMsisdnForSubscriber(int subId, String callingPackage) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 95 milliseconds