Searched refs:createZipFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java167 createZipFile(mZipPath, BUGREPORT_FILE, BUGREPORT_CONTENT);
168 createZipFile(mZipPath2, BUGREPORT_FILE, BUGREPORT_CONTENT);
867 private void createZipFile(String path, String entryName, String content) throws IOException { method in class:BugreportReceiverTest
868 Log.v(TAG, "createZipFile(" + path + ", " + entryName + ")");

Completed in 32 milliseconds