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.java76 public String getDeviceSvn() { method in class:PhoneSubInfo
78 return mPhone.getDeviceSvn();
H A DPhone.java1326 String getDeviceSvn(); method in interface:Phone
H A DPhoneProxy.java927 public String getDeviceSvn() { method in class:PhoneProxy
928 return mActivePhone.getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java238 public String getDeviceSvn() { method in class:CDMALTEPhone
H A DCDMAPhone.java513 public String getDeviceSvn() { method in class:CDMAPhone
514 Rlog.d(LOG_TAG, "getDeviceSvn(): return 0");
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java231 return getSubscriberInfo().getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java291 public String getDeviceSvn() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java868 public String getDeviceSvn() { method in class:GSMPhone

Completed in 115 milliseconds