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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionCursor.java246 protected int getColumnIndex(String colName) { argument
249 return mCursor.getColumnIndex(colName);
280 * @param colName Column name.
283 protected String getStringOrNull(String colName) { argument
284 int col = getColumnIndex(colName);

Completed in 42 milliseconds