Searched defs:statusCode (Results 1 – 2 of 2) sorted by relevance
42 private static void checkInvalidStatusCode(int statusCode) throws Exception { in checkInvalidStatusCode()53 private static void checkValidStatusCode(int statusCode) throws Exception { in checkValidStatusCode()
810 final int statusCode; field in TzDataCheckTest.ShellResult812 private ShellResult(String output, int statusCode) { in ShellResult()