Searched defs:COLUMN_AUTHORITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootCursorWrapper.java38 public static final String COLUMN_AUTHORITY = "android:authority"; field in class:RootCursorWrapper
53 if (cursor.getColumnIndex(COLUMN_AUTHORITY) != -1
62 mColumnNames[mAuthorityIndex] = COLUMN_AUTHORITY;

Completed in 45 milliseconds