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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfo.java101 public String getGroupIdLevel1() { method in class:PhoneSubInfo
103 return mPhone.getGroupIdLevel1();
H A DPhoneSubInfoController.java269 public String getGroupIdLevel1() { method in class:PhoneSubInfoController
276 return phoneSubInfoProxy.getGroupIdLevel1();
278 Rlog.e(TAG,"getGroupIdLevel1 phoneSubInfoProxy is" +
H A DPhoneSubInfoProxy.java62 public String getGroupIdLevel1() { method in class:PhoneSubInfoProxy
63 return mPhoneSubInfo.getGroupIdLevel1();
H A DPhoneProxy.java995 public String getGroupIdLevel1() { method in class:PhoneProxy
996 return mActivePhone.getGroupIdLevel1();
H A DPhone.java1366 String getGroupIdLevel1(); method in interface:Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java232 public String getGroupIdLevel1() { method in class:CDMALTEPhone
H A DCDMAPhone.java599 public String getGroupIdLevel1() { method in class:CDMAPhone
922 defaultVMNumberArray[1].equalsIgnoreCase(getGroupIdLevel1())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java323 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.java968 defaultVMNumberArray[1].equalsIgnoreCase(getGroupIdLevel1())) {
1046 public String getGroupIdLevel1() { method in class:GSMPhone
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1664 public String getGroupIdLevel1() { method in class:TelephonyManager
1666 return getSubscriberInfo().getGroupIdLevel1();
1685 public String getGroupIdLevel1(long subId) { method in class:TelephonyManager

Completed in 375 milliseconds