Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DLocalPreferences.java28 import com.android.documentsui.State.ActionType;
53 public static boolean getShowDeviceRoot(Context context, @ActionType int action) { in getShowDeviceRoot()
58 Context context, @ActionType int action, boolean display) { in setShowDeviceRoot()
DState.java55 public @interface ActionType {} annotation in State
81 public @ActionType int action;
DMetrics.java34 import com.android.documentsui.State.ActionType;
652 private static void logHistogram(Context context, String name, @ActionType int bucket) { in logHistogram()