Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 4 of 4) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
DCtsRootDeviceSetup.java78 String errorCode = device.installPackage(ctsBuild.getTestApp(DEVICE_ADMIN_APK_FILE_NAME), in enableDeviceAdmin() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException { in sendSimpleReplyHeader()
454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewClientTest.java272 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java609 String errorCode = getDevice().installPackage(apkFile, true); in installPrerequisiteApks() local