Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DMetrics.java67 private static final String COUNT_FILEOP_EXTERNAL = "docsui_fileop_external"; field in Metrics
409 logInterProviderFileOps(context, COUNT_FILEOP_EXTERNAL, dst, operationType); in logFileOperation()
463 logHistogram(context, COUNT_FILEOP_EXTERNAL, opCode); in logFileOperationErrors()
525 … String histogram = isSystemProvider(authority) ? COUNT_FILEOP_SYSTEM : COUNT_FILEOP_EXTERNAL; in logIntraProviderFileOps()