Home | History | Annotate | Download | only in settings

Lines Matching refs:Index

60 import com.android.settings.search.Index;
396 // the index. This call is expected to be fairly cheap, but we may want to do something
398 Index.getInstance(getActivity())
815 final List<SearchIndexableResource> index = new ArrayList<SearchIndexableResource>();
834 index.add(getSearchResource(context, resId));
840 index.add(getSearchResource(context, getResIdForLockUnlockScreen(context,
848 index.add(getSearchResource(context, R.xml.security_settings_encrypted));
852 index.add(getSearchResource(context, R.xml.security_settings_unencrypted));
861 index.add(sir);
864 index.add(getSearchResource(context, R.xml.security_settings_misc));
866 return index;