Searched refs:COUNT_FILEOP_SYSTEM (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | Metrics.java | 66 private static final String COUNT_FILEOP_SYSTEM = "docsui_fileop_system"; field in Metrics 405 logInterProviderFileOps(context, COUNT_FILEOP_SYSTEM, dst, operationType); in logFileOperation() 421 logHistogram(context, COUNT_FILEOP_SYSTEM, FILEOP_CREATE_DIR); in logCreateDirOperation() 432 logHistogram(context, COUNT_FILEOP_SYSTEM, FILEOP_RENAME); in logRenameFileOperation() 460 logHistogram(context, COUNT_FILEOP_SYSTEM, opCode); in logFileOperationErrors() 475 logHistogram(context, COUNT_FILEOP_SYSTEM, FILEOP_CREATE_DIR_ERROR); in logCreateDirError() 486 logHistogram(context, COUNT_FILEOP_SYSTEM, FILEOP_RENAME_ERROR); in logRenameFileError() 525 … String histogram = isSystemProvider(authority) ? COUNT_FILEOP_SYSTEM : COUNT_FILEOP_EXTERNAL; in logIntraProviderFileOps()
|