Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
H A DBugreportManagerTest.java130 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_wifi()
148 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_interactive()
166 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_full()
181 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed()
188 BugreportCallbackImpl callback2 = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed()
211 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in cancelBugreport()
280 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in insufficientPermissions_throwsException()
291 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in invalidBugreportMode_throwsException()
309 private static final class BugreportCallbackImpl extends BugreportCallback { class in BugreportManagerTest
463 private static void waitTillDoneOrTimeout(BugreportCallbackImpl callback) throws Exception { in waitTillDoneOrTimeout()
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java349 private final class BugreportCallbackImpl extends BugreportCallback { class in BugreportProgressService
354 BugreportCallbackImpl(BugreportInfo info) { in BugreportCallbackImpl() method in BugreportProgressService.BugreportCallbackImpl
654 BugreportCallbackImpl bugreportCallback = new BugreportCallbackImpl(info); in startBugreportAPI()