Home
last modified time | relevance | path

Searched refs:getBatteryService (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DServiceFactory.java93 public BatteryService getBatteryService() { in getBatteryService() method in ServiceFactory
94 return BatteryService.getBatteryService(); in getBatteryService()
DRemoteDevices.java1159 BatteryService batteryService = BatteryService.getBatteryService(); in aclStateChangeCallback()
1192 BatteryService batteryService = BatteryService.getBatteryService(); in aclStateChangeCallback()
1601 BatteryService batteryService = BatteryService.getBatteryService(); in hasBatteryService()
DPhonePolicy.java317 BatteryService batteryService = mFactory.getBatteryService(); in processInitProfilePriorities()
1029 BatteryService batteryService = mFactory.getBatteryService(); in processConnectOtherProfiles()
DAdapterService.java1999 mBatteryService = BatteryService.getBatteryService(); in initProfileServices()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryServiceTest.java103 mService = BatteryService.getBatteryService(); in stopService()
110 Assert.assertEquals(mService, BatteryService.getBatteryService()); in testGetBatteryService()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java147 public static synchronized BatteryService getBatteryService() { in getBatteryService() method in BatteryService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java855 BatteryService oldService = BatteryService.getBatteryService(); in setBatteryServiceForTesting()