HomeSort by relevance Sort by last modified time
    Searched refs:getDirectoryId (Results 1 - 15 of 15) sorted by null

  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java 55 Long getDirectoryId();
InvisibleRecipientChip.java 65 public Long getDirectoryId() {
66 return mDelegate.getDirectoryId();
SimpleRecipientChip.java 46 mDirectoryId = entry.getDirectoryId();
78 public Long getDirectoryId() {
VisibleRecipientChip.java 63 public Long getDirectoryId() {
64 return mDelegate.getDirectoryId();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 52 public long getDirectoryId() {
ContactEntryListAdapter.java 170 && ((DirectoryPartition) partition).getDirectoryId() == Directory.DEFAULT) {
183 if (((DirectoryPartition)partition).getDirectoryId() == id) {
197 if (directoryPartition.getDirectoryId() == id) {
436 long id = ((DirectoryPartition)partition).getDirectoryId();
584 ((DirectoryPartition)partition).getDirectoryId() == Directory.DEFAULT) {
618 long directoryId = directoryPartition.getDirectoryId();
763 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
ContactListAdapter.java 167 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
182 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
277 if (partition.getDirectoryId() == mSelectedContactDirectoryId) {
PhoneNumberListAdapter.java 284 ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
505 final long id = partition.getDirectoryId();
532 final long directoryId = directory.getDirectoryId();
ContactEntryListFragment.java 345 long directoryId = partition.getDirectoryId();
376 args.putLong(DIRECTORY_ID_ARG_KEY, partition.getDirectoryId());
  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 58 final long directoryId = partition.getDirectoryId();
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 214 public Long getDirectoryId() {
RecipientEditTextView.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 369 public long getDirectoryId() {
ContactLoader.java 742 long directoryId = result.getDirectoryId();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 445 if (directory.getDirectoryId() == mSelectedContactDirectoryId) {

Completed in 139 milliseconds