Searched refs:directoryPartition (Results 1 – 2 of 2) sorted by relevance
197 final DirectoryPartition directoryPartition = (DirectoryPartition) partition; in getDirectoryById() local198 if (directoryPartition.getDirectoryId() == id) { in getDirectoryById()199 return directoryPartition; in getDirectoryById()218 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in onDataReload() local219 if (!directoryPartition.isLoading()) { in onDataReload()222 directoryPartition.setStatus(DirectoryPartition.STATUS_NOT_LOADED); in onDataReload()236 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in clearPartitions() local237 directoryPartition.setStatus(DirectoryPartition.STATUS_NOT_LOADED); in clearPartitions()281 public int getDirectoryResultLimit(DirectoryPartition directoryPartition) { in getDirectoryResultLimit() argument282 final int limit = directoryPartition.getResultLimit(); in getDirectoryResultLimit()[all …]
336 DirectoryPartition directoryPartition = (DirectoryPartition)partition; in startLoading() local337 if (directoryPartition.getStatus() == DirectoryPartition.STATUS_NOT_LOADED) { in startLoading()338 if (directoryPartition.isPriorityDirectory() || !mLoadPriorityDirectoriesOnly) { in startLoading()