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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java162 private String mScreenshotPath; field in class:BugreportReceiverTest
183 mScreenshotPath = getPath(SCREENSHOT_FILE);
185 createTextFile(mScreenshotPath, SCREENSHOT_CONTENT);
256 sendBugreportFinishedAndGetSharedIntent(ID, mPlainTextPath, mScreenshotPath);
290 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath);
358 mScreenshotPath, TITLE);
413 plainText? mPlainTextPath : mZipPath, mScreenshotPath, TITLE);
442 Bundle extras = sendBugreportFinishedAndGetSharedIntent(ID, mZipPath, mScreenshotPath);
467 sendBugreportFinished(ID, mZipPath, mScreenshotPath);
518 sendBugreportFinished(ID, mPlainTextPath, mScreenshotPath);
[all...]

Completed in 39 milliseconds