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

/frameworks/base/libs/common_time/
H A Dcommon_time_server.h168 inline bool shouldAutoDisable() const { function in class:android::CommonTimeServer
H A Dcommon_time_server_api.cpp402 shouldAutoDisable() ? "yes" : "no");
H A Dcommon_time_server.cpp265 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) {
273 if ((mSocket < 0) && mBindIfaceValid && !shouldAutoDisable()) {
339 "shouldAutoDisable = %s",
341 shouldAutoDisable() ? "true" : "false");

Completed in 256 milliseconds