Home | History | Annotate | Download | only in telephony

Lines Matching refs:getCarrierPackageNamesForIntentAndPhone

4204         return getCarrierPackageNamesForIntentAndPhone(intent, getDefaultPhone());
4209 public List<String> getCarrierPackageNamesForIntentAndPhone(Intent intent, int phoneId) {
4213 return telephony.getCarrierPackageNamesForIntentAndPhone(intent, phoneId);
4215 Rlog.e(TAG, "getCarrierPackageNamesForIntentAndPhone RemoteException", ex);
4217 Rlog.e(TAG, "getCarrierPackageNamesForIntentAndPhone NPE", ex);