OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPhotoSupported
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java
102
public boolean
isPhotoSupported
() {
ContactEntryListAdapter.java
403
if (mDisplayPhotos && mPhotoLoader != null &&
isPhotoSupported
(partitionIndex)) {
600
public boolean
isPhotoSupported
(int partitionIndex) {
603
return ((DirectoryPartition) partition).
isPhotoSupported
();
Completed in 765 milliseconds