Searched refs:setCarServiceHelper (Results 1 – 8 of 8) sorted by relevance
54 mSystemStateInterface.setCarServiceHelper(mTestHelperGood); in testSleepWhenHelperSucceeds()60 mSystemStateInterface.setCarServiceHelper(mTestHelperFails); in testSleepWhenHelperFails()66 mSystemStateInterface.setCarServiceHelper(null); in testSleepWithNullHelper()107 mSystemStateInterface.setCarServiceHelper(serviceHelper); in sleepWithDelayedHelper()
369 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()
71 default void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method173 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in SystemStateInterface.DefaultImpl
75 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in SystemInterface76 mSystemStateInterface.setCarServiceHelper(helper); in setCarServiceHelper()
469 mSystemInterface.setCarServiceHelper(carServiceHelper); in setSystemServerConnections()470 mCarOccupantZoneService.setCarServiceHelper(carServiceHelper); in setSystemServerConnections()471 mCarUserService.setCarServiceHelper(carServiceHelper); in setSystemServerConnections()
723 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in CarOccupantZoneService
312 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()
972 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method