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

  /system/update_engine/update_manager/
generic_variables.h 182 bool should_notify = !(has_value_ && new_value == value_); local
185 if (should_notify)
  /system/connectivity/shill/wifi/
wifi_endpoint.cc 107 bool should_notify = false; local
110 should_notify = true;
120 should_notify = true;
129 should_notify = true;
132 if (should_notify) {
  /system/connectivity/shill/cellular/
mobile_operator_info_impl.cc 375 bool should_notify = current_mno_ != nullptr || current_mvno_ != nullptr; local
396 if (should_notify) {

Completed in 912 milliseconds