(File file)
| 56 | private static final int VT_ANALYSIS_CHECKS = 50; // 50 x 6 sec = 5 minutes |
| 57 | |
| 58 | static String getUrl(File file) throws IOException, NoSuchAlgorithmException { |
| 59 | return URI_ENDPOINT + "gui/file/" + getHash(file); |
| 60 | } |
| 61 | |
| 62 | static Bundle lookup(Context context, File file, String apiKey) throws NoSuchAlgorithmException, IOException, JSONException { |
| 63 | Bundle result = new Bundle(); |