/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/ |
D | UnameVersionHost.java | 43 CommandResult res = CommandUtil.runAndCheck(device, "uname -v"); in getUnameVersion() local
|
D | KernelVersionHost.java | 38 CommandResult res = CommandUtil.runAndCheck(device, "uname -r"); in getKernelVersion() local
|
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ |
D | CommandUtil.java | 55 CommandResult res; in runAndCheck() local
|
D | OverlayFsUtils.java | 96 CommandResult res = device.executeShellV2Command("mount | grep -q " + id); in makeWritable() local 150 CommandResult res = device.executeShellV2Command("mount | grep -q " + OVERLAYFS_PREFIX); in anyOverlayFsMounted() local
|
D | ProcessUtil.java | 170 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
|
D | RootcanalUtils.java | 96 CommandResult res = device.executeShellV2Command("svc bluetooth enable"); in finished() local 229 CommandResult res = device.executeShellV2Command(checkCmd); in enableRootcanal() local
|
D | NativePoc.java | 224 CommandResult res = runPocAndAssert(test); in run() local 253 CommandResult res = in runPocAndAssert() local
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | DataRecord.java | 78 Map<String, String> res = new LinkedHashMap<>(); in getStringMetrics() local
|
D | GcaEventLogCollector.java | 185 String res = in getCameraEventLogProperty() local 208 String res = in getSeLinuxEnforceProperty() local
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | DumpsysServiceHelper.java | 90 String res = mUiDevice.executeShellCommand(cmd); in runDumpsysCmd() local
|
/platform_testing/libraries/collectors-helper/lyric/src/com/android/helpers/ |
D | LyricCpuUtilizationHelper.java | 78 String res = mUiDevice.executeShellCommand(DUMPSYS_CMD); in getMetrics() local
|
/platform_testing/libraries/automotive-helpers/hardkeys-app-helper/src/android/platform/helpers/ |
D | VehicleHardKeysHelperImpl.java | 178 String res = getSpectatioUiUtil().executeShellCommand(cmd); in getCurrentVolumeLevel() local
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | OverviewHelper.java | 240 final Resources res = Resources.getSystem(); in isRecentsInLauncher() local
|
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/ |
D | AccessibilityScannerHelper.java | 241 int res = getNumberOfSuggestions(); in logScannerResult() local
|
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 250 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/ |
D | RenderTestBase.java | 379 File res = new File(data_dir, "res"); in beforeClass() local
|