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();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java66 public String getGroupIdLevel1() { method in class:PhoneSubInfoProxy
67 return mPhoneSubInfo.getGroupIdLevel1();
H A DPhoneSubInfo.java109 public String getGroupIdLevel1() { method in class:PhoneSubInfo
111 return mPhone.getGroupIdLevel1();
H A DPhoneSubInfoController.java283 public String getGroupIdLevel1() { method in class:PhoneSubInfoController
290 return phoneSubInfoProxy.getGroupIdLevel1();
292 Rlog.e(TAG,"getGroupIdLevel1 phoneSubInfoProxy is" +
H A DCallTracker.java263 String gid1 = phoneBase.getGroupIdLevel1();
H A DPhone.java1405 String getGroupIdLevel1(); method in interface:Phone
H A DSmsNumberUtils.java624 String gid1 = phoneBase.getGroupIdLevel1();
H A DPhoneProxy.java1046 public String getGroupIdLevel1() { method in class:PhoneProxy
1047 return mActivePhone.getGroupIdLevel1();
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java781 gid = TelephonyManager.getDefault().getGroupIdLevel1();
811 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.java611 public String getGroupIdLevel1() { method in class:CDMAPhone
935 defaultVMNumberArray[1].equalsIgnoreCase(getGroupIdLevel1())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java339 public String getGroupIdLevel1() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java302 public String getGroupIdLevel1() { method in class:SipPhoneBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1831 public String getGroupIdLevel1() { method in class:TelephonyManager
1833 return getSubscriberInfo().getGroupIdLevel1();
1852 public String getGroupIdLevel1(int subId) { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java975 defaultVMNumberArray[1].equalsIgnoreCase(getGroupIdLevel1())) {
1062 public String getGroupIdLevel1() { method in class:GSMPhone
1833 configArray[1].equalsIgnoreCase(getGroupIdLevel1())))) {

Completed in 2689 milliseconds