Searched defs:screenshotContent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java690 String screenshotContent) throws IOException {
691 assertActionSendMultiple(extras, bugreportContent, screenshotContent, ID, PID, ZIP_FILE,
700 * @param screenshotContent expected content in the screenshot file (sent by dumpstate), if any
711 String screenshotContent, int id, int pid, String subject,
727 if (screenshotContent != null) {
766 if (screenshotContent != null) {
689 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent) argument
710 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent, int id, int pid, String subject, String name, String title, String description, int numberScreenshots, boolean renamedScreenshots) argument

Completed in 39 milliseconds