Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DLocationIndicatorsPreferenceController.java37 Utils.PROPERTY_LOCATION_INDICATORS_ENABLED, false); in isChecked()
43 Utils.PROPERTY_LOCATION_INDICATORS_ENABLED, Boolean.toString(isChecked), true); in setChecked()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/location/
H A 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()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
H A DUtils.kt36 const val PROPERTY_LOCATION_INDICATORS_ENABLED = "location_indicators_enabled"
94 PROPERTY_LOCATION_INDICATORS_ENABLED, false)
/aosp12/frameworks/base/core/java/com/android/internal/config/sysui/
H A DSystemUiDeviceConfigFlags.java158 public static final String PROPERTY_LOCATION_INDICATORS_ENABLED = "location_indicators_enabled"; field in SystemUiDeviceConfigFlags
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyItemControllerFlagsTest.kt54 private const val LOCATION = SystemUiDeviceConfigFlags.PROPERTY_LOCATION_INDICATORS_ENABLED
H A DPrivacyItemControllerTest.kt75 SystemUiDeviceConfigFlags.PROPERTY_LOCATION_INDICATORS_ENABLED
/aosp12/frameworks/base/core/java/android/permission/
H A DPermissionUsageHelper.java75 private static final String PROPERTY_LOCATION_INDICATORS_ENABLED = field in PermissionUsageHelper
104 PROPERTY_LOCATION_INDICATORS_ENABLED, false); in shouldShowLocationIndicator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyItemController.kt74 private const val LOCATION = SystemUiDeviceConfigFlags.PROPERTY_LOCATION_INDICATORS_ENABLED
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DUtils.java151 public static final String PROPERTY_LOCATION_INDICATORS_ENABLED = "location_indicators_enabled"; field in Utils