Home
last modified time | relevance | path

Searched refs:DIRECTORY_ID_ARG_KEY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListFragment.java92 private static final String DIRECTORY_ID_ARG_KEY = "directoryId"; field in ContactEntryListFragment
335 long directoryId = args != null && args.containsKey(DIRECTORY_ID_ARG_KEY) in onCreateLoader()
336 ? args.getLong(DIRECTORY_ID_ARG_KEY) in onCreateLoader()
359 args.putLong(DIRECTORY_ID_ARG_KEY, directoryId); in startLoadingDirectoryPartition()
381 args.putLong(DIRECTORY_ID_ARG_KEY, partition.getDirectoryId()); in loadDirectoryPartition()