Home
last modified time | relevance | path

Searched refs:CONFIG_ENABLE_EMERGENCY_LOCATION (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java96 private static final String CONFIG_ENABLE_EMERGENCY_LOCATION = "config_enable_emergency_location"; field in CallCardPresenter
775 .getBoolean(CONFIG_ENABLE_EMERGENCY_LOCATION, CONFIG_ENABLE_EMERGENCY_LOCATION_DEFAULT)) { in getLocationFragment()