OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaybeShowUsbChargerNotification
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc
72
bool
MaybeShowUsbChargerNotification
(const PowerSupplyProperties& proto) {
74
return tray_power_->
MaybeShowUsbChargerNotification
();
107
TEST_F(TrayPowerTest,
MaybeShowUsbChargerNotification
) {
109
EXPECT_FALSE(
MaybeShowUsbChargerNotification
(discharging));
117
EXPECT_TRUE(
MaybeShowUsbChargerNotification
(usb_connected));
128
EXPECT_FALSE(
MaybeShowUsbChargerNotification
(more_charge));
134
EXPECT_TRUE(
MaybeShowUsbChargerNotification
(discharging));
tray_power.h
89
bool
MaybeShowUsbChargerNotification
();
tray_power.cc
188
MaybeShowUsbChargerNotification
();
199
bool TrayPower::
MaybeShowUsbChargerNotification
() {
Completed in 85 milliseconds