Home
last modified time | relevance | path

Searched refs:BUGREPORT_ERROR_RUNTIME_ERROR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstateListener.aidl44 const int BUGREPORT_ERROR_RUNTIME_ERROR = 2; field
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java167 reportError(listener, IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR); in startBugreportLocked()
292 mListener.onError(IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR); in binderDied()
/frameworks/base/core/java/android/os/
DBugreportManager.java85 IDumpstateListener.BUGREPORT_ERROR_RUNTIME_ERROR;
/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp179 signalErrorAndExit(listener, IDumpstateListener::BUGREPORT_ERROR_RUNTIME_ERROR); in startBugreport()
Ddumpstate.cpp2531 listener_->onError(IDumpstateListener::BUGREPORT_ERROR_RUNTIME_ERROR); in Run()