/external/chromium_org/device/nfc/ |
nfc_chromeos_unittest.cc | 129 EXPECT_FALSE(adapter_->IsPowered()); 138 EXPECT_FALSE(adapter_->IsPowered()); 150 EXPECT_TRUE(adapter_->IsPowered()); 162 EXPECT_TRUE(adapter_->IsPowered()); 174 EXPECT_FALSE(adapter_->IsPowered()); 184 EXPECT_FALSE(adapter_->IsPowered()); 193 EXPECT_TRUE(adapter_->IsPowered()); 198 EXPECT_FALSE(adapter_->IsPowered());
|
nfc_adapter_chromeos.h | 35 virtual bool IsPowered() const OVERRIDE;
|
nfc_adapter.h | 110 virtual bool IsPowered() const = 0;
|
nfc_adapter_chromeos.cc | 52 bool NfcAdapterChromeOS::IsPowered() const {
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_api_utils.cc | 29 out->powered = adapter.IsPowered();
|
bluetooth_apitest.cc | 222 EXPECT_CALL(*mock_adapter_, IsPowered()) 397 EXPECT_CALL(*mock_adapter_, IsPowered()) 454 EXPECT_CALL(*mock_adapter_, IsPowered()) 466 EXPECT_CALL(*mock_adapter_, IsPowered()) 478 EXPECT_CALL(*mock_adapter_, IsPowered())
|
/external/chromium_org/device/bluetooth/test/ |
mock_bluetooth_adapter.h | 40 MOCK_CONST_METHOD0(IsPowered, bool());
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_mac.h | 52 virtual bool IsPowered() const OVERRIDE;
|
bluetooth_adapter_win.h | 44 virtual bool IsPowered() const OVERRIDE;
|
bluetooth_chromeos_unittest.cc | 292 ASSERT_TRUE(adapter_->IsPowered()); 336 EXPECT_FALSE(adapter_->IsPowered()); 373 EXPECT_FALSE(adapter_->IsPowered()); 401 EXPECT_FALSE(adapter_->IsPowered()); 439 EXPECT_FALSE(adapter_->IsPowered()); 454 ASSERT_FALSE(adapter_->IsPowered()); 457 // with true, and IsPowered() to return true. 473 EXPECT_TRUE(adapter_->IsPowered()); 488 ASSERT_TRUE(adapter_->IsPowered()); 491 // with false, and IsPowered() to return false [all...] |
bluetooth_adapter_chromeos.h | 45 virtual bool IsPowered() const OVERRIDE;
|
bluetooth_adapter_win.cc | 66 bool BluetoothAdapterWin::IsPowered() const {
|
bluetooth_adapter.h | 103 virtual bool IsPowered() const = 0;
|
bluetooth_adapter_mac.mm | 138 bool BluetoothAdapterMac::IsPowered() const {
|
bluetooth_adapter_chromeos.cc | 90 bool BluetoothAdapterChromeOS::IsPowered() const {
|
bluetooth_profile_chromeos_unittest.cc | 68 ASSERT_TRUE(adapter_->IsPowered());
|
/frameworks/base/services/java/com/android/server/power/ |
WirelessChargerDetector.java | 176 * @param isPowered True if the device is powered. 182 public boolean update(boolean isPowered, int plugType, int batteryLevel) { 186 if (isPowered && plugType == BatteryManager.BATTERY_PLUGGED_WIRELESS) {
|
PowerManagerService.java | [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_handler.cc | 163 AdapterPoweredChanged(adapter_.get(), adapter_->IsPowered());
|
/external/chromium_org/chrome/browser/chromeos/system/ |
ash_system_tray_delegate.cc | 816 bluetooth_adapter_->SetPowered(!bluetooth_adapter_->IsPowered(), [all...] |
/frameworks/base/services/java/com/android/server/ |
BatteryService.java | 184 public boolean isPowered(int plugTypeSet) { [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_log.cc | [all...] |