Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl71 String getSubscriberIdWithFeature(String callingPackage, String callingComponenId); in getSubscriberIdWithFeature() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java131 return getSubscriberIdWithFeature(callingPackage, null); in getSubscriberId()
134 public String getSubscriberIdWithFeature(String callingPackage, String callingFeatureId) { in getSubscriberIdWithFeature() method in PhoneSubInfoController