Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java410 if (isRunningAsRoot() || canRunAsRootWithSuperUser()) { in isRootAvailable()
424 private static boolean canRunAsRootWithSuperUser() { in canRunAsRootWithSuperUser() method in ShellCommandUtils