Searched refs:BugreportCallback (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/bugreports/src/android/server/bugreports/ |
D | BugreportManagerTest.java | 26 import android.os.BugreportManager.BugreportCallback; 107 BugreportCallback.BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT); in normalFlow_wifi() 123 BugreportCallback.BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT); in normalFlow_interactive() 135 BugreportCallback.BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT); in normalFlow_full() 160 BugreportCallback.BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS); in simultaneousBugreportsNotAllowed() 229 private static final class BugreportCallbackImpl extends BugreportCallback {
|
/frameworks/base/core/java/android/os/ |
D | BugreportManager.java | 71 public abstract static class BugreportCallback { class in BugreportManager 156 @NonNull BugreportCallback callback) { in startBugreport() 230 private final BugreportCallback mCallback; 233 DumpstateListener(Executor executor, BugreportCallback callback, in DumpstateListener()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 51 import android.os.BugreportManager.BugreportCallback; 52 import android.os.BugreportManager.BugreportCallback.BugreportErrorCode; 342 private final class BugreportCallbackImpl extends BugreportCallback {
|
/frameworks/base/api/ |
D | test-current.txt | 2496 …s, @NonNull java.util.concurrent.Executor, @NonNull android.os.BugreportManager.BugreportCallback); 2499 public abstract static class BugreportManager.BugreportCallback { 2500 ctor public BugreportManager.BugreportCallback();
|
D | test-lint-baseline.txt | 2538 ….os.BugreportParams, java.util.concurrent.Executor, android.os.BugreportManager.BugreportCallback):
|
D | system-current.txt | 8069 …s, @NonNull java.util.concurrent.Executor, @NonNull android.os.BugreportManager.BugreportCallback); 8072 public abstract static class BugreportManager.BugreportCallback { 8073 ctor public BugreportManager.BugreportCallback();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6989 …s, @NonNull java.util.concurrent.Executor, @NonNull android.os.BugreportManager.BugreportCallback); 6992 public abstract static class BugreportManager.BugreportCallback { 6993 ctor public BugreportManager.BugreportCallback();
|