Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/util-apps/ContentProvider/androidTest/src/android/tradefed/contentprovider/
DManagedFileContentProviderTest.java148 Cursor cursor = in testQueryForFile() local
189 Cursor cursor = in testQueryForFile_sdcard() local
233 Cursor cursor = in testQueryForDirectoryContent() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DConfigCompletor.java42 public int complete(String buffer, int cursor, List candidates) { in complete()
/tools/tradefederation/core/util-apps/ContentProvider/main/java/android/tradefed/contentprovider/
DManagedFileContentProvider.java98 final MatrixCursor cursor = new MatrixCursor(COLUMNS, mFileTracker.size()); in query() local
113 final MatrixCursor cursor = new MatrixCursor(COLUMNS, 1); in query() local
121 final MatrixCursor cursor = new MatrixCursor(COLUMNS, files.length + 1); in query() local