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

  /frameworks/base/services/common_time/
common_time_server.h 168 inline bool shouldAutoDisable() const {
common_time_server_api.cpp 400 shouldAutoDisable() ? "yes" : "no");
common_time_server.cpp 264 if (mBindIfaceDirty || ((mSocket >= 0) && shouldAutoDisable())) {
272 if ((mSocket < 0) && mBindIfaceValid && !shouldAutoDisable()) {
338 "shouldAutoDisable = %s",
340 shouldAutoDisable() ? "true" : "false");
    [all...]

Completed in 52 milliseconds