HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceSvn (Results 1 - 13 of 13) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 50 String getDeviceSvn(String callingPackage);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 51 public String getDeviceSvn(String callingPackage) {
52 return mPhoneSubInfo.getDeviceSvn(callingPackage);
PhoneSubInfo.java 101 public String getDeviceSvn(String callingPackage) {
102 if (!checkReadPhoneState(callingPackage, "getDeviceSvn")) {
106 return mPhone.getDeviceSvn();
PhoneSubInfoController.java 76 public String getDeviceSvn(String callingPackage) {
83 return phoneSubInfoProxy.getDeviceSvn(callingPackage);
85 Rlog.e(TAG,"getDeviceSvn phoneSubInfoProxy is null");
Phone.java     [all...]
PhoneProxy.java     [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
ImeiInformation.java 93 setSummaryText(KEY_IMEI_SV, phone.getDeviceSvn());
SimStatus.java 373 setSummaryText(KEY_IMEI_SV, mPhone.getDeviceSvn());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 252 public String getDeviceSvn() {
CDMAPhone.java 615 public String getDeviceSvn() {
616 Rlog.d(LOG_TAG, "getDeviceSvn(): return 0");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 306 public String getDeviceSvn() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 276 public String getDeviceSvn() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java     [all...]

Completed in 77 milliseconds