OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSuggestionList
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
SuggestionParser.java
77
private final List<SuggestionCategory>
mSuggestionList
;
83
mSuggestionList
= (List<SuggestionCategory>) new SuggestionOrderInflater(mContext)
90
final int N =
mSuggestionList
.size();
92
readSuggestions(
mSuggestionList
.get(i), suggestions);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
274
private LinearLayout
mSuggestionList
;
487
mSuggestionList
.removeAllViews();
538
mSuggestionList
.addView(inflateSuggestionListView(suggestion));
[
all
...]
Completed in 78 milliseconds