Searched refs:Index (Results 1 – 18 of 18) sorted by relevance
/packages/apps/Settings/src/com/android/settings/dashboard/ |
D | SearchResultsSummary.java | 44 import com.android.settings.search.Index; 80 return Index.getInstance(getActivity()).search(params[0]); in doInBackground() 102 return Index.getInstance(getActivity()).getSuggestions(params[0]); in doInBackground() 184 final String className = cursor.getString(Index.COLUMN_INDEX_CLASS_NAME); in onCreateView() 185 final String screenTitle = cursor.getString(Index.COLUMN_INDEX_SCREEN_TITLE); in onCreateView() 186 final String action = cursor.getString(Index.COLUMN_INDEX_INTENT_ACTION); in onCreateView() 187 final String key = cursor.getString(Index.COLUMN_INDEX_KEY); in onCreateView() 201 Index.COLUMN_INDEX_INTENT_ACTION_TARGET_PACKAGE); in onCreateView() 203 Index.COLUMN_INDEX_INTENT_ACTION_TARGET_CLASS); in onCreateView() 281 Index.getInstance(getActivity()).addSavedQuery(mQuery); in saveQueryToDatabase() [all …]
|
/packages/inputmethods/OpenWnn/ |
D | README.txt | 34 Index 0: English dictionary for normal prediction (high priority) 35 Index 1: English dictionary for normal prediction (middle priority) 36 Index 2: English dictionary for normal prediction (low priority) 37 Index 3: English dictionary for relative prediction #1 38 Index 4: English dictionary for relative prediction #2 41 Index 0: Japanese dictionary for normal prediction (high priority) 42 Index 1: Japanese dictionary for normal prediction (low priority) 43 Index 2: Japanese dictionary for relative prediction #1 44 Index 3: Japanese dictionary for relative prediction #2 45 Index 4: Japanese dictionary for clause conversion (single Kanji) [all …]
|
/packages/apps/Settings/src/com/android/settings/search/ |
D | DynamicIndexableContentMonitor.java | 213 Index.getInstance(mContext).updateFromClassNameResource( in onInputDeviceAdded() 224 Index.getInstance(mContext).updateFromClassNameResource( in onInputDeviceChanged() 239 Index.getInstance(mContext).updateFromClassNameResource( in handlePackageAvailable() 250 Index.getInstance(mContext).updateFromClassNameResource( in handlePackageAvailable() 262 Index.getInstance(mContext).updateFromClassNameResource( in handlePackageAvailable() 273 Index.getInstance(mContext).updateFromClassNameResource( in handlePackageUnavailable() 281 Index.getInstance(mContext).updateFromClassNameResource( in handlePackageUnavailable() 290 Index.getInstance(mContext).updateFromClassNameResource( in handlePackageUnavailable() 305 Index.getInstance(mContext).updateFromClassNameResource( in onChange()
|
D | Index.java | 89 public class Index { class 164 private static Index sInstance; 212 public static Index getInstance(Context context) { in getInstance() 214 sInstance = new Index(context, BASE_AUTHORITY); in getInstance() 221 public Index(Context context, String baseAuthority) { in Index() method in Index
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothEnabler.java | 32 import com.android.settings.search.Index; 60 Index.getInstance(mContext).updateFromClassNameResource(
|
D | Utils.java | 27 import com.android.settings.search.Index; 122 Index.getInstance(context).updateFromSearchIndexableData(data); in updateSearchIndex()
|
D | BluetoothDevicePreference.java | 37 import com.android.settings.search.Index; 228 Index.getInstance(context).updateFromSearchIndexableData(data); in pair()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiEnabler.java | 35 import com.android.settings.search.Index; 80 Index.getInstance(mContext).updateFromClassNameResource(
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ManageDefaultApps.java | 39 import com.android.settings.search.Index; 174 Index.getInstance(getActivity()).updateFromClassNameResource( in onCreate()
|
/packages/apps/Settings/src/com/android/settings/ |
D | HomeSettings.java | 56 import com.android.settings.search.Index; 78 Index.getInstance(context).updateFromClassNameResource( in onReceive()
|
D | DeviceInfoSettings.java | 46 import com.android.settings.search.Index; 253 Index.getInstance( in onPreferenceTreeClick()
|
D | SettingsActivity.java | 117 import com.android.settings.search.Index; 476 Index.getInstance(this).update(); in onConfigurationChanged() 591 Index.getInstance(getApplicationContext()).update(); in onCreate()
|
D | SecuritySettings.java | 60 import com.android.settings.search.Index; 334 Index.getInstance(getActivity()) in createPreferenceHierarchy()
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 497 # This will remove the Files entry from the Quick Index and from the 503 # Namespaces page. This will remove the Namespaces entry from the Quick Index 1094 # include the index chapters (such as File Index, Compound Index, etc.)
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 497 # This will remove the Files entry from the Quick Index and from the 503 # Namespaces page. This will remove the Namespaces entry from the Quick Index 1094 # include the index chapters (such as File Index, Compound Index, etc.)
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 497 # This will remove the Files entry from the Quick Index and from the 503 # Namespaces page. This will remove the Namespaces entry from the Quick Index 1094 # include the index chapters (such as File Index, Compound Index, etc.)
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 497 # This will remove the Files entry from the Quick Index and from the 503 # Namespaces page. This will remove the Namespaces entry from the Quick Index 1094 # include the index chapters (such as File Index, Compound Index, etc.)
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | iw_wordlist.combined.gz |
|