• Home
  • Raw
  • Download

Lines Matching refs:getString

103                     context.getString(R.string.pref_key_tracing_on), false).commit();  in onReceive()
105 context.getString(R.string.pref_key_stack_sampling_on), false).commit(); in onReceive()
115 if (prefs.getBoolean(context.getString(R.string.pref_key_stop_on_bugreport), false) && in onReceive()
116 !prefs.getBoolean(context.getString( in onReceive()
119 … prefs.edit().putBoolean(context.getString(R.string.pref_key_tracing_on), false).commit(); in onReceive()
135 prefs.getBoolean(context.getString(R.string.pref_key_tracing_on), false); in updateTracing()
137 prefs.getBoolean(context.getString(R.string.pref_key_stack_sampling_on), false); in updateTracing()
145 context.getString(R.string.pref_key_tracing_on), false).commit(); in updateTracing()
147 context.getString(R.string.pref_key_stack_sampling_on), false).commit(); in updateTracing()
171 prefs.getString(context.getString(R.string.pref_key_buffer_size), in updateTracing()
172 context.getString(R.string.default_buffer_size))); in updateTracing()
174 … boolean appTracing = prefs.getBoolean(context.getString(R.string.pref_key_apps), true); in updateTracing()
175 … boolean longTrace = prefs.getBoolean(context.getString(R.string.pref_key_long_traces), true); in updateTracing()
178 prefs.getString(context.getString(R.string.pref_key_max_long_trace_size), in updateTracing()
179 context.getString(R.string.default_long_trace_size))); in updateTracing()
182 prefs.getString(context.getString(R.string.pref_key_max_long_trace_duration), in updateTracing()
183 context.getString(R.string.default_long_trace_duration))); in updateTracing()
204 .getBoolean(context.getString(R.string.pref_key_quick_setting), false); in updateQuickSettings()
263 context.getString(R.string.pref_key_quick_setting), false) in updateDeveloperOptionsWatcher()
298 String title = context.getString(R.string.tracing_categories_unavailable); in postCategoryNotification()
326 context.getString(R.string.trace_is_being_recorded), in createNotificationChannels()
335 context.getString(R.string.saving_trace), in createNotificationChannels()
349 Set<String> tags = prefs.getStringSet(context.getString(R.string.pref_key_tags), in getActiveTags()
362 Set<String> tags = prefs.getStringSet(context.getString(R.string.pref_key_tags), in getActiveUnavailableTags()