Home | History | Annotate | Download | only in documentsui

Lines Matching defs:authority

519             logIntraProviderFileOps(context, dst.authority, operationType);
610 final String authority = docUri.getAuthority();
611 switch (authority) {
680 isSystemProvider(dst.authority) ? PROVIDER_SYSTEM : PROVIDER_EXTERNAL;
686 Context context, String authority, @OpType int operationType) {
688 String histogram = isSystemProvider(authority) ? COUNT_FILEOP_SYSTEM : COUNT_FILEOP_EXTERNAL;
934 private static boolean isSystemProvider(String authority) {
935 switch (authority) {
1041 countForAuthority(counts, doc.authority, dst);
1057 ProviderCounts counts, String authority, @Nullable DocumentInfo dst) {
1058 if (dst != null && authority.equals(dst.authority)) {
1060 } else if (isSystemProvider(authority)){