Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DGcovKernelCodeCoverageCollector.java161 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in resetGcovCounts()
193 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in collectGcovDebugfsCoverage()
206 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in collectGcovDebugfsCoverage()
219 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in collectGcovDebugfsCoverage()
230 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in collectGcovDebugfsCoverage()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DProfileTargetPreparer.java19 import static com.android.tradefed.result.error.DeviceErrorIdentifier.SHELL_COMMAND_ERROR;
157 SHELL_COMMAND_ERROR); in isPrivateProfileSupported()
181 SHELL_COMMAND_ERROR); in isCloneProfileEnabled()
231 "Error creating profile", command, createUserOutput, e, SHELL_COMMAND_ERROR); in createProfile()
269 SHELL_COMMAND_ERROR); in getDeviceOwner()
284 "Error removing device owner", command, commandOutput, SHELL_COMMAND_ERROR); in removeDeviceOwner()
DRunCommandTargetPreparer.java140 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in setUp()
DModulePusher.java457 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in isPackageDir()
/tools/tradefederation/core/src/com/android/tradefed/device/
DMicrodroidHelper.java50 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in runOnMicrodroid()
DTestDevice.java1937 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in startVisibleBackgroundUser()
2597 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in listDisplayIdsForStartingVisibleBackgroundUsers()
2856 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in startMicrodroid()
2945 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in startMicrodroid()
3030 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in getCidFromVmRunOutput()
3035 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in getCidFromVmRunOutput()
3122 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in adbConnectToMicrodroid()
3161 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in adbConnectToMicrodroid()
3225 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in executeShellV2CommandThatReturnsBoolean()
DNativeDevice.java6159 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in mountDebugfs()
6176 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in unmountDebugfs()
/tools/tradefederation/core/common_util/com/android/tradefed/result/error/
DDeviceErrorIdentifier.java35 SHELL_COMMAND_ERROR(520_100, FailureStatus.DEPENDENCY_ISSUE), enumConstant
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DBluetoothHciSnoopLogCollector.java217 DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in executeShellCommand()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java3162 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testIsHeadlessSystemUserMode_cmdError_api34()
3451 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testStartVisibleBackgroundUser_cmdError()
3804 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testIsUserVisible_cmdError()
3847 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testIsUserVisibleOnDisplay_cmdError()
4613 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testIsVisibleBackgroundUsersSupported_cmdError()
4676 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testIsVisibleBackgroundUsersOnDefaultDisplaySupported_cmdError()
4742 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testCanSwitchToHeadlessSystemUser_cmdError()
4792 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testIsMainUserPermanentAdmin_cmdError()
5907 .isEqualTo(DeviceErrorIdentifier.SHELL_COMMAND_ERROR); in testListDisplayIdsForStartingVisibleBackgroundUsers_cmdError()