Searched defs:screenTitle (Results 1 - 3 of 3) sorted by last modified time

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DUtils.java111 String screenTitle, int iconResId, boolean enabled) {
115 data.screenTitle = screenTitle;
110 updateSearchIndex(Context context, String className, String title, String screenTitle, int iconResId, boolean enabled) argument
/packages/apps/Settings/src/com/android/settings/search/
H A DIndex.java601 final String screenTitle = cursor.getString(COLUMN_INDEX_RAW_SCREEN_TITLE);
622 data.screenTitle = screenTitle;
719 raw.screenTitle,
839 final String screenTitle = getDataTitle(context, attrs);
855 fragmentName, screenTitle, iconResId, rank,
887 fragmentName, screenTitle, iconResId, rank,
899 null, fragmentName, screenTitle, iconResId, rank,
945 raw.screenTitle,
986 String screenTitle, in
983 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
1017 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...]
H A DSearchIndexableRaw.java59 public String screenTitle; field in class:SearchIndexableRaw

Completed in 226 milliseconds