Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java55 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getNaiForSubscriber()
66 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getImeiForSubscriber()
81 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getDeviceSvnUsingSubId()
95 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getSubscriberIdForSubscriber()
113 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getIccSerialNumberForSubscriber()
128 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getLine1NumberForSubscriber()
143 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getLine1AlphaTagForSubscriber()
158 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getMsisdnForSubscriber()
173 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getVoiceMailNumberForSubscriber()
188 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getCompleteVoiceMailNumberForSubscriber()
[all …]
DPhoneProxy.java333 public PhoneSubInfoProxy getPhoneSubInfoProxy(){ in getPhoneSubInfoProxy() method in PhoneProxy