Searched refs:getEntryType (Results 1 – 7 of 7) sorted by relevance
202 SharedFileEntryType entryType = getEntryType(entry); in backupKey()228 SharedFileEntryType keyType = getEntryType(entry); in restoreKey()455 public static SharedFileEntryType getEntryType(Map.Entry<String, ?> entry) { in getEntryType() method in PeopleBackupHelper
46 import static com.android.systemui.people.widget.PeopleBackupHelper.getEntryType;1326 PeopleBackupHelper.SharedFileEntryType keyType = getEntryType(entry); in remapSharedFile()1409 PeopleBackupHelper.SharedFileEntryType keyType = getEntryType(entry); in dump()
107 public EntryType getEntryType() { in getEntryType() method in FileA3D.IndexEntry
250 public int getEntryType() { in getEntryType() method in RecipientEntry
185 final int entryType = entry.getEntryType(); in bindView()
997 return getEntries().get(position).getEntryType(); in getItemViewType()
659 && (entries.get(0).getEntryType() == in setAdapter()1732 return getAdapter().getItem(position).getEntryType() == RecipientEntry.ENTRY_TYPE_PERSON; in isEntryAtPositionTypePerson()2251 if (entry.getEntryType() == RecipientEntry.ENTRY_TYPE_PERMISSION_REQUEST) { in onItemClick()