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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl52 String getDeviceSvn(String callingPackage);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java155 public String getDeviceSvn(String callingPackage) { method in class:PhoneSubInfoController
163 mContext, subId, callingPackage, "getDeviceSvn")) {
166 return phone.getDeviceSvn();
168 loge("getDeviceSvn phone is null");
H A DPhoneInternalInterface.java813 String getDeviceSvn(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1470 public String getDeviceSvn() { method in class:GsmCdmaPhone
1474 loge("getDeviceSvn(): return 0");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSubInfoControllerTest.java225 doReturn("00").when(mPhone).getDeviceSvn();
228 doReturn("01").when(mSecondPhone).getDeviceSvn();
235 doReturn("00").when(mPhone).getDeviceSvn();
236 doReturn("01").when(mSecondPhone).getDeviceSvn();
245 assertTrue(ex.getMessage().contains("getDeviceSvn"));
253 assertTrue(ex.getMessage().contains("getDeviceSvn"));
H A DGsmCdmaPhoneTest.java636 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn());
661 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java317 public String getDeviceSvn() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java274 public String getDeviceSvn() { method in class:SipPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1307 public String getDeviceSvn() { method in class:PhoneMock
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 119 milliseconds