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

/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 DPhoneInternalInterface.java750 String getGroupIdLevel1(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1436 public String getGroupIdLevel1() { method in class:GsmCdmaPhone
/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

Completed in 108 milliseconds