Searched refs:canPlaceEmergencyCall (Results 1 – 1 of 1) sorted by relevance
133 private PhoneInfo(PhoneAccountHandle handle, boolean canPlaceEmergencyCall, int subId, in PhoneInfo() argument136 mCanPlaceEmergencyCall = canPlaceEmergencyCall; in PhoneInfo()146 public boolean canPlaceEmergencyCall() { in canPlaceEmergencyCall() method in ShortcutViewUtils.PhoneInfo283 boolean canPlaceEmergencyCall = false; in loadPhoneInfo()290 canPlaceEmergencyCall = phoneAccount.hasCapabilities( in loadPhoneInfo()305 return new PhoneInfo(handle, canPlaceEmergencyCall, subId, countryIso, emergencyNumberList); in loadPhoneInfo()