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.java225 public static final int USER_ACTION_CREATE_DIR = 16; field in MetricConsts
261 USER_ACTION_CREATE_DIR,
DAbstractActionHandler.java306 Metrics.logUserAction(MetricConsts.USER_ACTION_CREATE_DIR); in showCreateDirectoryDialog()