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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java145 private String mScreenshotPath; field in class:BugreportReceiverTest
164 mScreenshotPath = getPath(SCREENSHOT_FILE);
166 createTextFile(mScreenshotPath, SCREENSHOT_CONTENT);
218 sendBugreportFinishedAndGetSharedIntent(ID, mPlainTextPath, mScreenshotPath);
253 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath);
319 mScreenshotPath);
356 plainText? mPlainTextPath : mZipPath, mScreenshotPath);
383 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mZipPath, mScreenshotPath);
414 sendBugreportFinished(ID, mZipPath, mScreenshotPath);
462 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath);
[all...]

Completed in 79 milliseconds