Searched refs:getGroupIdLevel1 (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl71 String getGroupIdLevel1(String callingPackage);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java66 public String getGroupIdLevel1(String callingPackage) { method in class:PhoneSubInfoProxy
67 return mPhoneSubInfo.getGroupIdLevel1(callingPackage);
H A DPhoneSubInfo.java122 public String getGroupIdLevel1(String callingPackage) { method in class:PhoneSubInfo
123 if (!checkReadPhoneState(callingPackage, "getGroupIdLevel1")) {
126 return mPhone.getGroupIdLevel1();
H A DPhoneSubInfoController.java277 public String getGroupIdLevel1(String callingPackage) { method in class:PhoneSubInfoController
284 return phoneSubInfoProxy.getGroupIdLevel1(callingPackage);
286 Rlog.e(TAG,"getGroupIdLevel1 phoneSubInfoProxy is" +
H A DCallTracker.java263 String gid1 = phoneBase.getGroupIdLevel1();
H A DPhone.java1431 String getGroupIdLevel1(); method in interface:Phone
H A DSmsNumberUtils.java627 String gid1 = phoneBase.getGroupIdLevel1();
H A DPhoneProxy.java1073 public String getGroupIdLevel1() { method in class:PhoneProxy
1074 return mActivePhone.getGroupIdLevel1();
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java784 gid = TelephonyManager.getDefault().getGroupIdLevel1();
814 gid = TelephonyManager.getDefault().getGroupIdLevel1();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java236 public String getGroupIdLevel1() { method in class:CDMALTEPhone
H A DCDMAPhone.java626 public String getGroupIdLevel1() { method in class:CDMAPhone
956 defaultVMNumberArray[1].equalsIgnoreCase(getGroupIdLevel1())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java333 public String getGroupIdLevel1() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java303 public String getGroupIdLevel1() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java985 defaultVMNumberArray[1].equalsIgnoreCase(getGroupIdLevel1())) {
1072 public String getGroupIdLevel1() { method in class:GSMPhone
1852 configArray[1].equalsIgnoreCase(getGroupIdLevel1())))) {
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2019 public String getGroupIdLevel1() { method in class:TelephonyManager
2024 return info.getGroupIdLevel1(mContext.getOpPackageName());
2043 public String getGroupIdLevel1(int subId) { method in class:TelephonyManager

Completed in 237 milliseconds