Searched refs:PhoneSubInfoProxy (Results 1 – 3 of 3) sorted by relevance
32 import com.android.internal.telephony.PhoneSubInfoProxy;61 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getNaiForSubscriber()72 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getImeiForSubscriber()87 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getDeviceSvnUsingSubId()101 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getSubscriberIdForSubscriber()119 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getIccSerialNumberForSubscriber()134 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getLine1NumberForSubscriber()149 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getLine1AlphaTagForSubscriber()164 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getMsisdnForSubscriber()179 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId); in getVoiceMailNumberForSubscriber()[all …]
26 public class PhoneSubInfoProxy extends IPhoneSubInfo.Stub { class29 public PhoneSubInfoProxy(PhoneSubInfo phoneSubInfo) { in PhoneSubInfoProxy() method in PhoneSubInfoProxy
64 private PhoneSubInfoProxy mPhoneSubInfoProxy;89 mPhoneSubInfoProxy = new PhoneSubInfoProxy(phone.getPhoneSubInfo()); in PhoneProxy()323 public PhoneSubInfoProxy getPhoneSubInfoProxy(){ in getPhoneSubInfoProxy()