Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java154 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_wifi()
172 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_interactive()
190 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_full()
211 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in preDumpUiData_then_fullWithUsePreDumpFlag()
242 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump()
277 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in noPreDumpData_then_fullWithUsePreDumpFlag_ignoresFlag()
295 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed()
302 BugreportCallbackImpl callback2 = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed()
325 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in cancelBugreport()
397 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in insufficientPermissions_throwsException()
[all …]
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java367 private final class BugreportCallbackImpl extends BugreportCallback { class in BugreportProgressService
372 BugreportCallbackImpl(BugreportInfo info) { in BugreportCallbackImpl() method in BugreportProgressService.BugreportCallbackImpl
722 BugreportCallbackImpl bugreportCallback = new BugreportCallbackImpl(info); in startBugreportAPI()