Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/search/
DIndex.java150 private static final String BASE_AUTHORITY = "com.android.settings"; field in Index
220 sInstance = new Index(context.getApplicationContext(), BASE_AUTHORITY); in getInstance()