OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getColumnString
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/widget/
SuggestionsAdapter.java
452
String query =
getColumnString
(cursor, SearchManager.SUGGEST_COLUMN_QUERY);
458
String data =
getColumnString
(cursor, SearchManager.SUGGEST_COLUMN_INTENT_DATA);
465
String text1 =
getColumnString
(cursor, SearchManager.SUGGEST_COLUMN_TEXT_1);
685
public static String
getColumnString
(Cursor cursor, String columnName) {
SearchView.java
19
import static android.widget.SuggestionsAdapter.
getColumnString
;
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java
412
String query =
getColumnString
(cursor, SearchManager.SUGGEST_COLUMN_QUERY);
418
String data =
getColumnString
(cursor, SearchManager.SUGGEST_COLUMN_INTENT_DATA);
425
String text1 =
getColumnString
(cursor, SearchManager.SUGGEST_COLUMN_TEXT_1);
645
public static String
getColumnString
(Cursor cursor, String columnName) {
SearchView.java
72
import static android.support.v7.widget.SuggestionsAdapter.
getColumnString
;
[
all
...]
Completed in 27 milliseconds