HomeSort by relevance Sort by last modified time
    Searched refs:onSectionComplete (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/dumpstate/binder/android/os/
IDumpstateListener.aidl 38 void onSectionComplete(@utf8InCpp String name, int status, int size, int durationMs);
  /frameworks/native/cmds/dumpstate/
DumpstateSectionReporter.cpp 36 listener_->onSectionComplete(title_, status_, size_, (int32_t)elapsed.count());
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp 64 binder::Status onSectionComplete(const ::std::string& name, int32_t status, int32_t size_bytes,
dumpstate_test.cpp 61 MOCK_METHOD4(onSectionComplete, binder::Status(const ::std::string& name, int32_t status,
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java     [all...]

Completed in 666 milliseconds