Home
last modified time | relevance | path

Searched defs:onSectionComplete (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstateListener.aidl38 void onSectionComplete(@utf8InCpp String name, int status, int size, int durationMs); in onSectionComplete() method
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp64 binder::Status onSectionComplete(const ::std::string& name, int32_t status, int32_t size_bytes, in onSectionComplete() function in android::os::dumpstate::DumpstateListener
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1982 public void onSectionComplete(String title, int status, int size, int durationMs) in onSectionComplete() method in BugreportProgressService.DumpstateListener