OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maybeshowusbchargernotification
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
tray_power_unittest.cc
71
bool
MaybeShowUsbChargerNotification
(const PowerSupplyProperties& proto) {
73
return tray_power_->
MaybeShowUsbChargerNotification
();
106
TEST_F(TrayPowerTest,
MaybeShowUsbChargerNotification
) {
108
EXPECT_FALSE(
MaybeShowUsbChargerNotification
(discharging));
116
EXPECT_TRUE(
MaybeShowUsbChargerNotification
(usb_connected));
127
EXPECT_FALSE(
MaybeShowUsbChargerNotification
(more_charge));
133
EXPECT_TRUE(
MaybeShowUsbChargerNotification
(discharging));
tray_power.h
87
bool
MaybeShowUsbChargerNotification
();
tray_power.cc
243
MaybeShowUsbChargerNotification
();
254
bool TrayPower::
MaybeShowUsbChargerNotification
() {
Completed in 726 milliseconds