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

  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
DocumentFilters.java 18 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
47 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
58 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
70 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
DocumentInfo.java 165 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS);
168 this.icon = getCursorInt(cursor, Document.COLUMN_ICON);
327 public static int getCursorInt(Cursor cursor, String columnName) {
RootInfo.java 19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
189 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS);
190 root.icon = getCursorInt(cursor, Root.COLUMN_ICON);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
SelectionMetadata.java 19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
79 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapter.java 19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
122 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
DirectoryFragment.java 19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 162 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE);
185 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE);
236 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE);
287 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
AbstractActionHandler.java 19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
284 int docFlags = getCursorInt(cursor, DocumentsContract.Document.COLUMN_FLAGS);

Completed in 630 milliseconds