Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/
DSettingsEventLogWriterTest.java62 SettingsUIDeviceConfig.GENERIC_EVENT_LOGGING_ENABLED, "true", true); in visible_eventLogEnabled_shouldLog()
73 SettingsUIDeviceConfig.GENERIC_EVENT_LOGGING_ENABLED, "true", true); in hidden_eventLogEnabled_shouldLog()
83 SettingsUIDeviceConfig.GENERIC_EVENT_LOGGING_ENABLED, "false", true); in visible_eventLogDisabled_shouldNotLog()
94 SettingsUIDeviceConfig.GENERIC_EVENT_LOGGING_ENABLED, "false", true); in hidden_eventLogDisabled_shouldNotLog()
/packages/apps/Settings/src/com/android/settings/core/
DSettingsUIDeviceConfig.java40 public static final String GENERIC_EVENT_LOGGING_ENABLED = "event_logging_enabled"; field in SettingsUIDeviceConfig
/packages/apps/Settings/src/com/android/settings/core/instrumentation/
DSettingsEventLogWriter.java69 SettingsUIDeviceConfig.GENERIC_EVENT_LOGGING_ENABLED, true /* default */); in shouldDisableGenericEventLogging()