OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPhotoSupported
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java
109
public boolean
isPhotoSupported
() {
ContactEntryListAdapter.java
472
if (mDisplayPhotos && mPhotoLoader != null &&
isPhotoSupported
(partitionIndex)) {
708
public boolean
isPhotoSupported
(int partitionIndex) {
711
return ((DirectoryPartition) partition).
isPhotoSupported
();
ContactListAdapter.java
241
if (!
isPhotoSupported
(partitionIndex)) {
PhoneNumberListAdapter.java
534
if (!
isPhotoSupported
(partitionIndex)) {
Completed in 156 milliseconds