Searched refs:SETTINGS_ENABLED_KEY (Results 1 – 5 of 5) sorted by relevance
52 private static final String SETTINGS_ENABLED_KEY = "enabled"; field in LooperStatsService96 parser.getBoolean(SETTINGS_ENABLED_KEY, DEFAULT_ENABLED))); in initFromSettings()
24 import static com.android.internal.os.BinderCallsStats.SettingsObserver.SETTINGS_ENABLED_KEY;205 mParser.getBoolean(SETTINGS_ENABLED_KEY, BinderCallsStats.ENABLED_DEFAULT); in onChange()
51 private static final String SETTINGS_ENABLED_KEY = "enabled"; field in LatencyTracker215 mEnabled = properties.getBoolean(SETTINGS_ENABLED_KEY, DEFAULT_ENABLED); in updateProperties()
116 private static final String SETTINGS_ENABLED_KEY = "enabled"; field in InteractionJankMonitor571 mEnabled = properties.getBoolean(SETTINGS_ENABLED_KEY, DEFAULT_ENABLED); in updateProperties()
1171 public static final String SETTINGS_ENABLED_KEY = "enabled"; field in BinderCallsStats.SettingsObserver1241 mParser.getBoolean(SETTINGS_ENABLED_KEY, BinderCallsStats.ENABLED_DEFAULT); in onChange()