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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl44 String getGroupIdLevel1();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java60 public String getGroupIdLevel1() { method in class:PhoneSubInfoProxy
61 return mPhoneSubInfo.getGroupIdLevel1();
H A DPhoneSubInfo.java93 public String getGroupIdLevel1() { method in class:PhoneSubInfo
95 return mPhone.getGroupIdLevel1();
H A DPhone.java1336 String getGroupIdLevel1(); method in interface:Phone
H A DPhoneProxy.java937 public String getGroupIdLevel1() { method in class:PhoneProxy
938 return mActivePhone.getGroupIdLevel1();
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java947 public String getGroupIdLevel1() { method in class:TelephonyManager
949 return getSubscriberInfo().getGroupIdLevel1();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java228 public String getGroupIdLevel1() { method in class:CDMALTEPhone
H A DCDMAPhone.java524 public String getGroupIdLevel1() { method in class:CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java318 public String getGroupIdLevel1() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java896 public String getGroupIdLevel1() { method in class:GSMPhone

Completed in 229 milliseconds