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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl71 String getGroupIdLevel1(String callingPackage);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java799 gid = TelephonyManager.getDefault().getGroupIdLevel1();
831 gid = TelephonyManager.getDefault().getGroupIdLevel1();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java405 public String getGroupIdLevel1(String callingPackage) { method in class:PhoneSubInfoController
412 if (!checkReadPhoneState(callingPackage, "getGroupIdLevel1")) {
415 return phone.getGroupIdLevel1();
417 loge("getGroupIdLevel1 phone is null for Subscription:" + subId);
H A DCallTracker.java265 String gid1 = phone.getGroupIdLevel1();
H A DPhoneInternalInterface.java750 String getGroupIdLevel1(); method in interface:PhoneInternalInterface
H A DSmsNumberUtils.java625 String gid1 = phone.getGroupIdLevel1();
H A DGsmCdmaPhone.java1436 public String getGroupIdLevel1() { method in class:GsmCdmaPhone
H A DPhone.java3259 String gid1 = getGroupIdLevel1();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java338 public String getGroupIdLevel1() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java301 public String getGroupIdLevel1() { method in class:SipPhoneBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2181 public String getGroupIdLevel1() { method in class:TelephonyManager
2186 return info.getGroupIdLevel1(mContext.getOpPackageName());
2205 public String getGroupIdLevel1(int subId) { method in class:TelephonyManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1292 public String getGroupIdLevel1() { method in class:PhoneMock
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java546 String groupId = phone.getGroupIdLevel1();

Completed in 625 milliseconds