Searched refs:getCdmaPrlVersion (Results 1 – 4 of 4) sorted by relevance
105 mDialog.setText(ID_PRL_VERSION_VALUE, getCdmaPrlVersion()); in updateDialogForCdmaPhone()138 String getCdmaPrlVersion() { in getCdmaPrlVersion() method in ImeiInfoDialogController139 return mTelephonyManager.getCdmaPrlVersion(); in getCdmaPrlVersion()
119 mDialog.setText(ID_PRL_VERSION_VALUE, getCdmaPrlVersion()); in updateDialogForCdmaPhone()143 String getCdmaPrlVersion() { in getCdmaPrlVersion() method in ImeiInfoDialogController145 return mSubscriptionInfo != null ? mTelephonyManager.getCdmaPrlVersion() : ""; in getCdmaPrlVersion()
89 when(mTelephonyManager.getCdmaPrlVersion()).thenReturn(PRL_VERSION); in setup()
7055 public String getCdmaPrlVersion(int subId) { in getCdmaPrlVersion() method in PhoneInterfaceManager7066 cdmaPrlVersion = phone.getCdmaPrlVersion(); in getCdmaPrlVersion()