Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bugreports/src/android/server/bugreports/
DBugreportManagerTest.java94 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_wifi()
113 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_interactive()
129 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in normalFlow_full()
145 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed()
150 BugreportCallbackImpl callback2 = new BugreportCallbackImpl(); in simultaneousBugreportsNotAllowed()
173 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in cancelBugreport()
200 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in insufficientPermissions_throwsException()
211 BugreportCallbackImpl callback = new BugreportCallbackImpl(); in invalidBugreportMode_throwsException()
229 private static final class BugreportCallbackImpl extends BugreportCallback { class in BugreportManagerTest
339 private static void waitTillDoneOrTimeout(BugreportCallbackImpl callback) throws Exception { in waitTillDoneOrTimeout()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java342 private final class BugreportCallbackImpl extends BugreportCallback { class in BugreportProgressService
347 BugreportCallbackImpl(BugreportInfo info) { in BugreportCallbackImpl() method in BugreportProgressService.BugreportCallbackImpl
635 BugreportCallbackImpl bugreportCallback = new BugreportCallbackImpl(info); in startBugreportAPI()