Searched refs:shouldAutoDisable (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/common_time/
H A Dcommon_time_server.h168 inline bool shouldAutoDisable() const { function in class:android::CommonTimeServer
H A Dcommon_time_server_api.cpp400 shouldAutoDisable() ? "yes" : "no");
H A Dcommon_time_server.cpp264 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) {
272 if ((mSocket < 0) && mBindIfaceValid && !shouldAutoDisable()) {
338 "shouldAutoDisable = %s",
340 shouldAutoDisable() ? "true" : "false");

Completed in 289 milliseconds