Searched refs:getModelIds (Results 1 – 10 of 10) sorted by relevance
111 assertEquals(0, model.getModelIds().length); in testNullUpdate()149 for (String id: model.getModelIds()) { in testModelIdIsUnique()173 String[] ids = model.getModelIds(); in testGetItem()191 for (String id: model.getModelIds()) { in testSort_names()212 for (String id: model.getModelIds()) { in testSort_sizes()249 for (String id: model.getModelIds()) { in testSort_sizesWithBucketing()300 String[] ids = model.getModelIds(); in testSort_time()324 String[] ids = model.getModelIds(); in positionToSelection()
45 List<String> getModelIds() { in getModelIds() method in TestDocumentsAdapter
71 String[] ids = mModel.getModelIds(); in testHide_ItemCount()
54 abstract List<String> getModelIds(); in getModelIds() method in DocumentsAdapter91 String modelId = getModelIds().get(position); in isDirectory()
114 List<String> modelIds = mDelegate.getModelIds();172 List<String> getModelIds() {173 return mDelegate.getModelIds();
142 String[] modelIds = model.getModelIds(); in onModelUpdate()189 public List<String> getModelIds() { in getModelIds() method in ModelBackedDocumentsAdapter
432 public String[] getModelIds() { in getModelIds() method in Model
152 mModelIds = mAdapter.getModelIds(); in MultiSelectManager()
1154 List<String> modelIds = mAdapter.getModelIds(); in selectAllFiles()
120 final String[] siblingIds = mModel.getModelIds(); in collectViewableUris()