Searched refs:mICarServiceHelper (Results 1 – 6 of 6) sorted by relevance
167 private final ICarServiceHelperImpl mICarServiceHelper = new ICarServiceHelperImpl(); field in CarOccupantZoneServiceTest350 assertThat(mICarServiceHelper.mAllowlists).containsKey(userId); in assertDisplayAllowlist()351 assertThat(mICarServiceHelper.mAllowlists.get(userId)).hasSize(displays.length); in assertDisplayAllowlist()353 assertThat(mICarServiceHelper.mAllowlists.get(userId)).contains(display); in assertDisplayAllowlist()358 assertThat(mICarServiceHelper.mPassengerDisplayIds).hasSize(2); in assertPassengerDisplaysFromDefaultConfig()359 assertThat(mICarServiceHelper.mPassengerDisplayIds).contains( in assertPassengerDisplaysFromDefaultConfig()361 assertThat(mICarServiceHelper.mPassengerDisplayIds).contains( in assertPassengerDisplaysFromDefaultConfig()369 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileUserOnce()373 mICarServiceHelper.mAllowlists.clear(); in testAssignProfileUserOnce()385 mService.setCarServiceHelper(mICarServiceHelper); in testAssignProfileUserFailForStoppedUser()[all …]
84 private ICarServiceHelper mICarServiceHelper; // mHelperLatch becomes 0 when this is set field in SystemStateInterface.DefaultImpl122 int retVal = mICarServiceHelper.forceSuspend(SUSPEND_TRY_TIMEOUT_MS); in enterDeepSleep()140 if (mICarServiceHelper != null) { in canInvokeHelper()149 if (mICarServiceHelper != null) { in canInvokeHelper()174 mICarServiceHelper = helper; in setCarServiceHelper()
182 @Mock private ICarServiceHelper mICarServiceHelper; field in CarUserServiceTest296 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testSetICarServiceHelper_withUxRestrictions()297 verify(mICarServiceHelper).setSafetyMode(false); in testSetICarServiceHelper_withUxRestrictions()300 verify(mICarServiceHelper).setSafetyMode(true); in testSetICarServiceHelper_withUxRestrictions()308 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testSetICarServiceHelper_withoutUxRestrictions()309 verify(mICarServiceHelper).setSafetyMode(true); in testSetICarServiceHelper_withoutUxRestrictions()312 verify(mICarServiceHelper).setSafetyMode(false); in testSetICarServiceHelper_withoutUxRestrictions()1825 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testCreateUserEvenWhenDisallowed_remoteException()1826 when(mICarServiceHelper.createUserEvenWhenDisallowed(any(), any(), anyInt())) in testCreateUserEvenWhenDisallowed_remoteException()1843 mCarUserService.setCarServiceHelper(mICarServiceHelper); in testCreateUserEvenWhenDisallowed_success()[all …]
186 private ICarServiceHelper mICarServiceHelper; field in CarOccupantZoneService735 if (mICarServiceHelper == null) { // helper not set yet. in doSyncWithCarServiceHelper()738 helperToUse = mICarServiceHelper; in doSyncWithCarServiceHelper()740 mICarServiceHelper = helper; in doSyncWithCarServiceHelper()
155 private ICarServiceHelper mICarServiceHelper; field in ICarImpl460 mICarServiceHelper = carServiceHelper; in setSystemServerConnections()
258 private ICarServiceHelper mICarServiceHelper; field in CarUserService900 mICarServiceHelper = helper; in setCarServiceHelper()931 if (mICarServiceHelper == null) { in setUxRestrictions()934 helper = mICarServiceHelper; in setUxRestrictions()1296 if (mICarServiceHelper == null) { in createUserEvenWhenDisallowed()1302 return mICarServiceHelper.createUserEvenWhenDisallowed(name, userType, flags); in createUserEvenWhenDisallowed()