Searched refs:mBrm (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/ |
D | BugreportManagerTest.java | 119 private BugreportManager mBrm; field in BugreportManagerTest 136 mBrm = getBugreportManager(); in setup() 156 mBrm.startBugreport(mBugreportFd, null /*screenshotFd = null*/, wifi(), in normalFlow_wifi() 174 mBrm.startBugreport(mBugreportFd, null /*screenshotFd = null*/, interactive(), in normalFlow_interactive() 191 mBrm.startBugreport(mBugreportFd, mScreenshotFd, full(), mExecutor, callback); in normalFlow_full() 207 mBrm.preDumpUiData(); in preDumpUiData_then_fullWithUsePreDumpFlag() 212 mBrm.startBugreport(mBugreportFd, null, fullWithUsePreDumpFlag(), mExecutor, in preDumpUiData_then_fullWithUsePreDumpFlag() 243 mBrm.startBugreport(mBugreportFd, null, full(), mExecutor, in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump() 265 mBrm.preDumpUiData(); in noPreDumpData_then_fullWithUsePreDumpFlag_ignoresFlag() 278 mBrm.startBugreport(mBugreportFd, null, fullWithUsePreDumpFlag(), mExecutor, in noPreDumpData_then_fullWithUsePreDumpFlag_ignoresFlag() [all …]
|