OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIncludeProfile
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java
151
public void
setIncludeProfile
(boolean includeProfile) {
ContactBrowseListFragment.java
405
adapter.
setIncludeProfile
(!searchMode);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java
583
public void
setIncludeProfile
(boolean flag) {
586
mAdapter.
setIncludeProfile
(flag);
806
mAdapter.
setIncludeProfile
(mIncludeProfile);
[
all
...]
ContactEntryListAdapter.java
370
public void
setIncludeProfile
(boolean includeProfile) {
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
293
fragment.
setIncludeProfile
(mRequest.shouldIncludeProfile());
Completed in 351 milliseconds