Home
last modified time | relevance | path

Searched refs:BugreportCallbackImpl (Results 1 – 1 of 1) 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()