Home
last modified time | relevance | path

Searched refs:BUGREPORT_CONTENT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java140 private static final String BUGREPORT_CONTENT = "Dump, might as well dump!\n"; field in BugreportReceiverTest
675 writeZipFile(mBugreportFd, BUGREPORT_FILE, BUGREPORT_CONTENT); in sendBugreportFinished()
745 assertZipContent(zipUri, BUGREPORT_FILE, BUGREPORT_CONTENT); in assertActionSendMultiple()