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

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 45 public long getDirectoryId() {
ContactEntryListAdapter.java 155 && ((DirectoryPartition) partition).getDirectoryId() == Directory.DEFAULT) {
168 if (((DirectoryPartition)partition).getDirectoryId() == id) {
385 long id = ((DirectoryPartition)partition).getDirectoryId();
513 ((DirectoryPartition)partition).getDirectoryId() == Directory.DEFAULT) {
539 long directoryId = directoryPartition.getDirectoryId();
663 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
ContactListAdapter.java 156 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
171 long directoryId = ((DirectoryPartition)getPartition(partitionIndex)).getDirectoryId();
261 if (partition.getDirectoryId() == mSelectedContactDirectoryId) {
ContactEntryListFragment.java 350 long directoryId = partition.getDirectoryId();
381 args.putLong(DIRECTORY_ID_ARG_KEY, partition.getDirectoryId());
ContactBrowseListFragment.java 458 if (directory.getDirectoryId() == mSelectedContactDirectoryId) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 416 public long getDirectoryId() {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 580 mContactData.getDirectoryId());
647 mContactData.getDirectoryId());
    [all...]

Completed in 1068 milliseconds