Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DMetrics.java235 public static final int USER_ACTION_CREATE_DIR = 15; field in Metrics
262 USER_ACTION_CREATE_DIR,
DBaseActivity.java334 Metrics.logUserAction(this, Metrics.USER_ACTION_CREATE_DIR); in showCreateDirectoryDialog()