Searched defs:getDeviceSvn (Results 1 - 8 of 8) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1311 String getDeviceSvn(); method in interface:Phone
H A DPhoneProxy.java775 public String getDeviceSvn() { method in class:PhoneProxy
776 return mActivePhone.getDeviceSvn();
H A DPhoneSubInfo.java70 public String getDeviceSvn() { method in class:PhoneSubInfo
72 return mPhone.getDeviceSvn();
H A DPhoneSubInfoProxy.java45 public String getDeviceSvn() { method in class:PhoneSubInfoProxy
46 return mPhoneSubInfo.getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java241 public String getDeviceSvn() { method in class:CDMALTEPhone
H A DCDMAPhone.java470 public String getDeviceSvn() { method in class:CDMAPhone
471 Log.d(LOG_TAG, "getDeviceSvn(): return 0");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java836 public String getDeviceSvn() { method in class:GSMPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java273 public String getDeviceSvn() { method in class:SipPhoneBase

Completed in 572 milliseconds