Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/core/instrumentation/
DSettingsEventLogWriter.java29 if (shouldDisableGenericEventLogging()) { in visible()
37 if (shouldDisableGenericEventLogging()) { in hidden()
45 if (shouldDisableGenericEventLogging()) { in clicked()
53 if (shouldDisableGenericEventLogging()) { in changed()
61 if (shouldDisableGenericEventLogging()) { in action()
69 if (shouldDisableGenericEventLogging()) { in action()
77 if (shouldDisableGenericEventLogging()) { in action()
83 private static boolean shouldDisableGenericEventLogging() { in shouldDisableGenericEventLogging() method in SettingsEventLogWriter