Searched defs:errorCode (Results 1 – 4 of 4) sorted by relevance
78 String errorCode = device.installPackage(ctsBuild.getTestApp(DEVICE_ADMIN_APK_FILE_NAME), in enableDeviceAdmin() local
449 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()
272 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
609 String errorCode = getDevice().installPackage(apkFile, true); in installPrerequisiteApks() local