Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DLocationIndicatorsPreferenceController.java37 Utils.PROPERTY_LOCATION_INDICATORS_ENABLED, false); in isChecked()
43 Utils.PROPERTY_LOCATION_INDICATORS_ENABLED, Boolean.toString(isChecked), true); in setChecked()
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
DLocationIndicatorsPreferenceControllerTest.java125 Utils.PROPERTY_LOCATION_INDICATORS_ENABLED, Boolean.toString(enabled), true); in isChecked_featureEnabled_shouldReturnTrue()
136 Utils.PROPERTY_LOCATION_INDICATORS_ENABLED, Boolean.toString(enabled), true); in isChecked_featureNotEnabled_shouldReturnFalse()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DDashboardUtils.kt40 const val PROPERTY_LOCATION_INDICATORS_ENABLED = "location_indicators_enabled" constant
132 PROPERTY_LOCATION_INDICATORS_ENABLED, false) in isLocationIndicatorsFlagEnabled()
/packages/apps/Settings/src/com/android/settings/
DUtils.java150 public static final String PROPERTY_LOCATION_INDICATORS_ENABLED = "location_indicators_enabled"; field in Utils