OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setIncludeProfile
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java
214
public void
setIncludeProfile
(boolean includeProfile) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java
336
public void
setIncludeProfile
(boolean includeProfile) {
ContactEntryListFragment.java
563
public void
setIncludeProfile
(boolean flag) {
566
mAdapter.
setIncludeProfile
(flag);
761
mAdapter.
setIncludeProfile
(mIncludeProfile);
Completed in 190 milliseconds