Searched refs:unassignOccupantZone (Results 1 – 15 of 15) sorted by relevance
166 verify(mCarOccupantZoneManager, never()).unassignOccupantZone(any()); in onLogout_notFoundOccupantZoneInfo_doesNotUnassignOccupantZone()177 when(mCarOccupantZoneManager.unassignOccupantZone(any(OccupantZoneInfo.class))) in onLogout_successToUnassignUser_logoutUser()195 when(mCarOccupantZoneManager.unassignOccupantZone(any(OccupantZoneInfo.class))) in onLogout_failToUnassignUser_logoutUser()
44 int unassignOccupantZone(in int occupantZoneId); in unassignOccupantZone() method
672 public int unassignOccupantZone(@NonNull OccupantZoneInfo occupantZone) { in unassignOccupantZone() method in CarOccupantZoneManager674 return mService.unassignOccupantZone(occupantZone.zoneId); in unassignOccupantZone()
45 android.car.CarOccupantZoneManager#unassignOccupantZone(OccupantZoneInfo)
149 when(service.unassignOccupantZone(anyInt())).thenAnswer( in setUpOccupantZones()
144 verify(mMockCarOccupantZoneManager).unassignOccupantZone(eq(mFrontPassengerZoneInfo)); in checkunassignZone_requestWithDisplayId_requestUnassignOccupantZone()
171 int result = mCarOccupantZoneManager.unassignOccupantZone(zoneInfo); in logoutUser()
203 return mCarOccupantZoneManager.unassignOccupantZone(zoneInfo); in unassignOccupantZoneForDisplay()
530 verify(mCarOccupantZoneService, never()).unassignOccupantZone(anyInt()); in testOnUserInvisible_systemUser_noop()544 when(mCarOccupantZoneService.unassignOccupantZone(TEST_OCCUPANT_ZONE_ID)) in testOnUserInvisible_nonSystemUser_occupantZoneUnassignment()553 verify(mCarOccupantZoneService).unassignOccupantZone(TEST_OCCUPANT_ZONE_ID); in testOnUserInvisible_nonSystemUser_occupantZoneUnassignment()
965 public int unassignOccupantZone(int occupantZoneId) { in unassignOccupantZone() method in CarOccupantZoneService
2542 int result = mCarOccupantZoneService.unassignOccupantZone(zoneInfo.zoneId); in unassignInvisibleUserFromZone()
162 …ERS, android.car.Car.PERMISSION_MANAGE_OCCUPANT_ZONE}) public int unassignOccupantZone(@NonNull an…
165 …ERS, android.car.Car.PERMISSION_MANAGE_OCCUPANT_ZONE}) public int unassignOccupantZone(@NonNull an…
1198 UnflaggedApi: android.car.CarOccupantZoneManager#unassignOccupantZone(android.car.CarOccupantZoneMa…1199 …agged with @FlaggedApi: method android.car.CarOccupantZoneManager.unassignOccupantZone(android.car…