Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetricConsts.java227 public static final int USER_ACTION_CREATE_DIR = 16; field in MetricConsts
265 USER_ACTION_CREATE_DIR,
DAbstractActionHandler.java328 Metrics.logUserAction(MetricConsts.USER_ACTION_CREATE_DIR); in showCreateDirectoryDialog()