Home
last modified time | relevance | path

Searched refs:isSystemProvider (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetrics.java680 isSystemProvider(dst.authority) ? PROVIDER_SYSTEM : PROVIDER_EXTERNAL; in logInterProviderFileOps()
688 … String histogram = isSystemProvider(authority) ? COUNT_FILEOP_SYSTEM : COUNT_FILEOP_EXTERNAL; in logIntraProviderFileOps()
934 private static boolean isSystemProvider(String authority) { in isSystemProvider() method in Metrics
1060 } else if (isSystemProvider(authority)){ in countForAuthority()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DProviders.java57 public static boolean isSystemProvider(String authority) { in isSystemProvider() method in Providers