Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/
H A DCarServiceProxyTest.java69 connectToCarService(); in testInitBootUser_CarServiceNotNull()
85 connectToCarService(); in testSendUserLifecycleEvent_CarServiceNotNull()
112 connectToCarService(); in testHandleCarServiceConnection()
121 connectToCarService(); in testOnUserRemoved_CarServiceNotNull()
137 connectToCarService(); in testOnFactoryReset_CarServiceNotNull()
158 connectToCarService(); in testOnFactoryReset_CarServiceNullThenConnected()
164 private void connectToCarService() { in connectToCarService() method in CarServiceProxyTest
/aosp12/packages/services/Car/car-lib/native/CarPowerManager/
H A DCarPowerManager.cpp46 if (connectToCarService()) { in requestShutdownOnNextSuspend()
56 if (connectToCarService()) { in setListener()
71 bool CarPowerManager::connectToCarService() { in connectToCarService() function in android::car::hardware::power::CarPowerManager
/aosp12/packages/services/Car/tests/SampleCustomInputService/src/com/android/car/custominput/sample/
H A DSampleCustomInputService.java53 connectToCarService(); in onBind()
58 private void connectToCarService() { in connectToCarService() method in SampleCustomInputService
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DPowerManagerHelper.java68 public void connectToCarService() { in connectToCarService() method in PowerManagerHelper
H A DNotificationPanelViewMediator.java131 mPowerManagerHelper.connectToCarService(); in setUpOverlayContentViewControllers()
/aosp12/packages/services/Car/car-lib/native/include/
H A DCarPowerManager.h97 bool connectToCarService();
/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DE2eCarTestBase.java66 public void connectToCarService() { in connectToCarService() method in E2eCarTestBase