HomeSort by relevance Sort by last modified time
    Searched refs:shouldAutoDisable (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/common_time/
common_time_server.h 168 inline bool shouldAutoDisable() const {
common_time_server_api.cpp 402 shouldAutoDisable() ? "yes" : "no");
common_time_server.cpp 265 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) {
273 if ((mSocket < 0) && mBindIfaceValid && !shouldAutoDisable()) {
339 "shouldAutoDisable = %s",
341 shouldAutoDisable() ? "true" : "false");
    [all...]

Completed in 48 milliseconds