Home
last modified time | relevance | path

Searched defs:NotifyStateChange (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/memory/
H A Dmemory_coordinator_client_registry_unittest.cc34 TEST(MemoryCoordinatorClientRegistryTest, NotifyStateChange) { in TEST() argument
/aosp_15_r20/system/core/init/
H A Dservice.cpp172 void Service::NotifyStateChange(const std::string& new_state) const { in NotifyStateChange() function in android::init::Service