Searched refs:getCdmaPrlVersion (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1123 String getCdmaPrlVersion(int subId);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5534 public String getCdmaPrlVersion() { method in class:TelephonyManager
5535 return getCdmaPrlVersion(getDefaultSubscription());
5547 public String getCdmaPrlVersion(int subId) { method in class:TelephonyManager
5551 return service.getCdmaPrlVersion(subId);
5554 Log.e(TAG, "Error calling ITelephony#getCdmaPrlVersion", e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java654 public String getCdmaPrlVersion(){ method in class:PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java1472 public String getCdmaPrlVersion() { method in class:GsmCdmaPhone
H A DPhone.java2213 public String getCdmaPrlVersion(){ method in class:Phone

Completed in 912 milliseconds