Home | History | Annotate | Download | only in power

Lines Matching defs:proto

71   bool MaybeShowUsbChargerNotification(const PowerSupplyProperties& proto) {
72 PowerStatus::Get()->SetProtoForTesting(proto);
76 bool UpdateNotificationState(const PowerSupplyProperties& proto) {
77 PowerStatus::Get()->SetProtoForTesting(proto);
87 PowerSupplyProperties proto;
88 proto.set_external_power(
90 proto.set_battery_state(
92 proto.set_battery_percent(50.0);
93 proto.set_battery_time_to_empty_sec(3 * 60 * 60);
94 proto.set_battery_time_to_full_sec(2 * 60 * 60);
95 proto.set_is_calculating_battery_time(false);
96 return proto;