Searched defs:getDeviceSvn (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java155 public String getDeviceSvn(String callingPackage) { method in class:PhoneSubInfoController
163 mContext, subId, callingPackage, "getDeviceSvn")) {
166 return phone.getDeviceSvn();
168 loge("getDeviceSvn phone is null");
H A DPhoneInternalInterface.java813 String getDeviceSvn(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1470 public String getDeviceSvn() { method in class:GsmCdmaPhone
1474 loge("getDeviceSvn(): return 0");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java317 public String getDeviceSvn() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java274 public String getDeviceSvn() { method in class:SipPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1307 public String getDeviceSvn() { method in class:PhoneMock

Completed in 201 milliseconds