Searched refs:getDirectoryId (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryPartition.java52 public long getDirectoryId() { method in class:DirectoryPartition
H A DContactEntryListAdapter.java171 && ((DirectoryPartition) partition).getDirectoryId() == Directory.DEFAULT) {
184 if (((DirectoryPartition)partition).getDirectoryId() == id) {
198 if (directoryPartition.getDirectoryId() == id) {
447 long id = ((DirectoryPartition)partition).getDirectoryId();
593 ((DirectoryPartition)partition).getDirectoryId() == Directory.DEFAULT) {
623 final long directoryId = directoryPartition.getDirectoryId();
637 long directoryId = directoryPartition.getDirectoryId();
761 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
H A DContactListAdapter.java173 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
205 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
300 if (partition.getDirectoryId() == mSelectedContactDirectoryId) {
H A DPhoneNumberListAdapter.java345 ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
524 final long directoryId = directory.getDirectoryId();
609 final long id = partition.getDirectoryId();
637 final long directoryId = directory.getDirectoryId();
H A DContactEntryListFragment.java388 long directoryId = partition.getDirectoryId();
419 args.putLong(DIRECTORY_ID_ARG_KEY, partition.getDirectoryId());
H A DContactBrowseListFragment.java443 if (directory.getDirectoryId() == mSelectedContactDirectoryId) {
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryPartition.java47 public long getDirectoryId() { method in class:DirectoryPartition
H A DContactEntryListAdapter.java158 && ((DirectoryPartition) partition).getDirectoryId() == Directory.DEFAULT) {
171 if (((DirectoryPartition) partition).getDirectoryId() == id) {
185 if (directoryPartition.getDirectoryId() == id) {
408 long id = ((DirectoryPartition) partition).getDirectoryId();
539 && ((DirectoryPartition) partition).getDirectoryId() == Directory.DEFAULT) {
568 final long directoryId = directoryPartition.getDirectoryId();
582 long directoryId = directoryPartition.getDirectoryId();
714 long directoryId = ((DirectoryPartition) getPartition(partitionIndex)).getDirectoryId();
H A DPhoneNumberListAdapter.java446 final long directoryId = directory.getDirectoryId();
524 final long id = partition.getDirectoryId();
552 final long directoryId = directory.getDirectoryId();
H A DContactListAdapter.java52 long directoryId = ((DirectoryPartition) getPartition(partitionIndex)).getDirectoryId();
H A DContactEntryListFragment.java364 long directoryId = partition.getDirectoryId();
394 args.putLong(DIRECTORY_ID_ARG_KEY, partition.getDirectoryId());
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DRegularSearchListAdapter.java49 final long directoryId = partition.getDirectoryId();
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java305 public long getDirectoryId() { method in class:Contact
H A DContactLoader.java548 long directoryId = result.getDirectoryId();
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java356 public long getDirectoryId() { method in class:Contact
H A DContactLoader.java714 long directoryId = result.getDirectoryId();

Completed in 1084 milliseconds