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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java253 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath);
268 sendBugreportFinished(ID, mPlainTextPath, NO_SCREENSHOT);
414 sendBugreportFinished(ID, mZipPath, mScreenshotPath);
462 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath);
511 sendBugreportFinished(NO_ID, mPlainTextPath, null);
547 sendBugreportFinished(NO_ID, mPlainTextPath, NO_SCREENSHOT);
638 sendBugreportFinished(id, bugreportPath, screenshotPath);
670 private void sendBugreportFinished(int id, String bugreportPath, String screenshotPath) { method in class:BugreportReceiverTest

Completed in 62 milliseconds