Home
last modified time | relevance | path

Searched defs:res (Results 1 – 16 of 16) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DUnameVersionHost.java43 CommandResult res = CommandUtil.runAndCheck(device, "uname -v"); in getUnameVersion() local
DKernelVersionHost.java38 CommandResult res = CommandUtil.runAndCheck(device, "uname -r"); in getKernelVersion() local
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DCommandUtil.java55 CommandResult res; in runAndCheck() local
DOverlayFsUtils.java96 CommandResult res = device.executeShellV2Command("mount | grep -q " + id); in makeWritable() local
150 CommandResult res = device.executeShellV2Command("mount | grep -q " + OVERLAYFS_PREFIX); in anyOverlayFsMounted() local
DProcessUtil.java170 CommandResult res = in getProcessName() local
201 CommandResult res = null; in waitPidExited() local
248 CommandResult res = device.executeShellV2Command(String.format("kill -%d %d", signal, pid)); in killPid() local
DRootcanalUtils.java96 CommandResult res = device.executeShellV2Command("svc bluetooth enable"); in finished() local
229 CommandResult res = device.executeShellV2Command(checkCmd); in enableRootcanal() local
DNativePoc.java224 CommandResult res = runPocAndAssert(test); in run() local
253 CommandResult res = in runPocAndAssert() local
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DDataRecord.java78 Map<String, String> res = new LinkedHashMap<>(); in getStringMetrics() local
DGcaEventLogCollector.java185 String res = in getCameraEventLogProperty() local
208 String res = in getSeLinuxEnforceProperty() local
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DDumpsysServiceHelper.java90 String res = mUiDevice.executeShellCommand(cmd); in runDumpsysCmd() local
/platform_testing/libraries/collectors-helper/lyric/src/com/android/helpers/
DLyricCpuUtilizationHelper.java78 String res = mUiDevice.executeShellCommand(DUMPSYS_CMD); in getMetrics() local
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/
DVehicleHardKeysHelperImpl.java178 String res = getSpectatioUiUtil().executeShellCommand(cmd); in getCurrentVolumeLevel() local
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java240 final Resources res = Resources.getSystem(); in isRecentsInLauncher() local
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java241 int res = getNumberOfSuggestions(); in logScannerResult() local
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java250 File res = in testSerialization() local
351 File res = in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTestBase.java379 File res = new File(data_dir, "res"); in beforeClass() local