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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl50 String getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoProxy.java51 public String getDeviceSvn() { method in class:PhoneSubInfoProxy
52 return mPhoneSubInfo.getDeviceSvn();
H A DPhoneSubInfo.java93 public String getDeviceSvn() { method in class:PhoneSubInfo
95 return mPhone.getDeviceSvn();
H A DPhoneSubInfoController.java82 public String getDeviceSvn() { method in class:PhoneSubInfoController
89 return phoneSubInfoProxy.getDeviceSvn();
91 Rlog.e(TAG,"getDeviceSvn phoneSubInfoProxy is null");
H A DPhone.java1395 String getDeviceSvn(); method in interface:Phone
H A DPhoneProxy.java1036 public String getDeviceSvn() { method in class:PhoneProxy
1037 return mActivePhone.getDeviceSvn();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java246 public String getDeviceSvn() { method in class:CDMALTEPhone
H A DCDMAPhone.java600 public String getDeviceSvn() { method in class:CDMAPhone
601 Rlog.d(LOG_TAG, "getDeviceSvn(): return 0");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java312 public String getDeviceSvn() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java275 public String getDeviceSvn() { method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1020 public String getDeviceSvn() { method in class:GSMPhone

Completed in 3048 milliseconds