Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DShared.java203 public static boolean shouldShowDeviceRoot(Context context, Intent intent) { in shouldShowDeviceRoot() method in Shared
DBaseActivity.java218 boolean forceAdvanced = Shared.shouldShowDeviceRoot(this, intent); in getState()