Searched refs:phoneId (Results 1 – 2 of 2) sorted by relevance
625 protected List<String> getCarrierPackageNamesForIntentAndPhone(Intent intent, int phoneId) {626 return carrierPackageNames.get(phoneId);636 public void setCarrierPackageNamesForPhone(int phoneId, List<String> packages) {637 carrierPackageNames.put(phoneId, packages);
400 int phoneId = 123; in shouldGetCarrierPackageNamesForIntentAndPhone() local401 shadowTelephonyManager.setCarrierPackageNamesForPhone(phoneId, packages); in shouldGetCarrierPackageNamesForIntentAndPhone()403 assertThat(telephonyManager.getCarrierPackageNamesForIntentAndPhone(new Intent(), phoneId)) in shouldGetCarrierPackageNamesForIntentAndPhone()