Searched defs:screenTitle (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
H A DSearchIndexableRaw.java59 public String screenTitle; field in class:SearchIndexableRaw
H A DIndex.java608 final String screenTitle = cursor.getString(COLUMN_INDEX_RAW_SCREEN_TITLE);
629 data.screenTitle = screenTitle;
726 raw.screenTitle,
846 final String screenTitle = getDataTitle(context, attrs);
862 fragmentName, screenTitle, iconResId, rank,
894 fragmentName, screenTitle, iconResId, rank,
906 null, fragmentName, screenTitle, iconResId, rank,
952 raw.screenTitle,
993 String screenTitle, in
990 updateOneRowWithFilteredData(SQLiteDatabase database, String locale, String title, String summaryOn, String summaryOff, String entries, String className, String screenTitle, int iconResId, int rank, String keywords, String intentAction, String intentTargetPackage, String intentTargetClass, boolean enabled, String key, int userId) argument
1024 updateOneRow(SQLiteDatabase database, String locale, String updatedTitle, String normalizedTitle, String updatedSummaryOn, String normalizedSummaryOn, String updatedSummaryOff, String normalizedSummaryOff, String entries, String className, String screenTitle, int iconResId, int rank, String keywords, String intentAction, String intentTargetPackage, String intentTargetClass, boolean enabled, String key, int userId) argument
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DUtils.java114 String screenTitle, int iconResId, boolean enabled) {
118 data.screenTitle = screenTitle;
113 updateSearchIndex(Context context, String className, String title, String screenTitle, int iconResId, boolean enabled) argument

Completed in 106 milliseconds