Searched defs:getGroupIdLevel1 (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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 DPhoneSubInfoProxy.java66 public String getGroupIdLevel1(String callingPackage) { method in class:PhoneSubInfoProxy
67 return mPhoneSubInfo.getGroupIdLevel1(callingPackage);
H A DPhone.java1442 String getGroupIdLevel1(); method in interface:Phone
H A DPhoneProxy.java1099 public String getGroupIdLevel1() { method in class:PhoneProxy
1100 return mActivePhone.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.java632 public String getGroupIdLevel1() { method in class:CDMAPhone
/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.java1078 public String getGroupIdLevel1() { method in class:GSMPhone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2029 public String getGroupIdLevel1() { method in class:TelephonyManager
2034 return info.getGroupIdLevel1(mContext.getOpPackageName());
2053 public String getGroupIdLevel1(int subId) { method in class:TelephonyManager

Completed in 127 milliseconds