Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DLocalPreferences.java53 public static boolean getShowDeviceRoot(Context context, @ActionType int action) { in getShowDeviceRoot() method in LocalPreferences
DBaseActivity.java219 boolean chosenAdvanced = LocalPreferences.getShowDeviceRoot(this, state.action); in getState()