Searched refs:canPlaceEmergencyCall (Results 1 – 1 of 1) sorted by relevance
131 private PhoneInfo(PhoneAccountHandle handle, boolean canPlaceEmergencyCall, int subId, in PhoneInfo() argument134 mCanPlaceEmergencyCall = canPlaceEmergencyCall; in PhoneInfo()144 public boolean canPlaceEmergencyCall() { in canPlaceEmergencyCall() method in ShortcutViewUtils.PhoneInfo278 boolean canPlaceEmergencyCall = false; in loadPhoneInfo()285 canPlaceEmergencyCall = phoneAccount.hasCapabilities( in loadPhoneInfo()299 return new PhoneInfo(handle, canPlaceEmergencyCall, subId, countryIso, emergencyNumberList); in loadPhoneInfo()