Home
last modified time | relevance | path

Searched refs:setCarServiceHelper (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DSystemStateInterfaceTest.java54 mSystemStateInterface.setCarServiceHelper(mTestHelperGood); in testSleepWhenHelperSucceeds()
60 mSystemStateInterface.setCarServiceHelper(mTestHelperFails); in testSleepWhenHelperFails()
66 mSystemStateInterface.setCarServiceHelper(null); in testSleepWithNullHelper()
107 mSystemStateInterface.setCarServiceHelper(serviceHelper); in sleepWithDelayedHelper()
H A DCarOccupantZoneServiceTest.java369 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileUserOnce()
385 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileUserFailForStoppedUser()
399 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileUserSwitch()
420 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileFollowedByUserSwitch()
445 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileFollowedByNullUserAssignment()
467 mService.setCarServiceHelper(mICarServiceHelper); in testCarServiceHelperInitialUpdate()
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DSystemStateInterface.java71 default void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method
173 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in SystemStateInterface.DefaultImpl
H A DSystemInterface.java75 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in SystemInterface
76 mSystemStateInterface.setCarServiceHelper(helper); in setCarServiceHelper()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DICarImpl.java469 mSystemInterface.setCarServiceHelper(carServiceHelper); in setSystemServerConnections()
470 mCarOccupantZoneService.setCarServiceHelper(carServiceHelper); in setSystemServerConnections()
471 mCarUserService.setCarServiceHelper(carServiceHelper); in setSystemServerConnections()
H A DCarOccupantZoneService.java723 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in CarOccupantZoneService
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserServiceTest.java312 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testSendInitialUserToSystemServer()
340 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testSetICarServiceHelper_withUxRestrictions()
352 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testSetICarServiceHelper_withoutUxRestrictions()
1870 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testCreateUserEvenWhenDisallowed_remoteException()
1888 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testCreateUserEvenWhenDisallowed_success()
/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java972 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method