Home | History | Annotate | Download | only in voice

Lines Matching refs:Indexable

33 import com.android.settings.search.Indexable;
45 Preference.OnPreferenceClickListener, RadioButtonGroupState, Indexable {
180 public static final Indexable.SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
191 SearchIndexableRaw indexable = new SearchIndexableRaw(context);
192 indexable.key = "voice_service_preference_section_title";
193 indexable.title = context.getString(R.string.voice_service_preference_section_title);
194 indexable.screenTitle = screenTitle;
195 indexables.add(indexable);
234 SearchIndexableRaw indexable = new SearchIndexableRaw(context);
235 indexable.key = componentName.flattenToString();
236 indexable.title = info.loadLabel(context.getPackageManager()).toString();
237 indexable.screenTitle = screenTitle;
239 return indexable;