Home
last modified time | relevance | path

Searched refs:MarkBootCompleted (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/
Dapexd_lifecycle.h43 void MarkBootCompleted();
Dapexd_lifecycle.cpp73 void ApexdLifecycle::MarkBootCompleted() { boot_completed_ = true; } in MarkBootCompleted() function in android::apex::ApexdLifecycle
Dapexd.cpp2183 ApexdLifecycle::GetInstance().MarkBootCompleted(); in OnBootCompleted()