Searched refs:getDeviceSvn (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl34 String getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java45 public String getDeviceSvn() { method in class:PhoneSubInfoProxy
46 return mPhoneSubInfo.getDeviceSvn();
H A DPhoneSubInfo.java70 public String getDeviceSvn() { method in class:PhoneSubInfo
72 return mPhone.getDeviceSvn();
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();
/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/base/telephony/java/android/telephony/
H A DTelephonyManager.java187 return getSubscriberInfo().getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java273 public String getDeviceSvn() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java836 public String getDeviceSvn() { method in class:GSMPhone

Completed in 735 milliseconds