Home
last modified time | relevance | path

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

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