OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLUMN_AUTHORITY
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootCursorWrapper.java
38
public static final String
COLUMN_AUTHORITY
= "android:authority";
53
if (cursor.getColumnIndex(
COLUMN_AUTHORITY
) != -1
62
mColumnNames[mAuthorityIndex] =
COLUMN_AUTHORITY
;
DirectoryFragment.java
771
final String docAuthority = getCursorString(cursor, RootCursorWrapper.
COLUMN_AUTHORITY
);
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java
141
final String authority = getCursorString(cursor, RootCursorWrapper.
COLUMN_AUTHORITY
);
Completed in 60 milliseconds