OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUpdateStatusDisabled
(Results
1 - 2
of
2
) sorted by null
/external/cros/system_api/dbus/update_engine/
dbus-constants.h
59
const char
kUpdateStatusDisabled
[] = "UPDATE_STATUS_DISABLED";
/system/update_engine/
update_status_utils.cc
61
return update_engine::
kUpdateStatusDisabled
;
125
} else if (s == update_engine::
kUpdateStatusDisabled
) {
Completed in 366 milliseconds