Searched refs:getAllDisplaysForOccupantZone (Results 1 – 11 of 11) sorted by relevance
27 int[] getAllDisplaysForOccupantZone(in int occupantZoneId); in getAllDisplaysForOccupantZone() method
419 int[] displayIds = mService.getAllDisplaysForOccupantZone(occupantZone.zoneId); in getAllDisplaysForOccupant()
312 when(mMockCarOccupantZoneService.getAllDisplaysForOccupantZone(FOREGROUND_USER_ZONE)) in setupUsers()314 when(mMockCarOccupantZoneService.getAllDisplaysForOccupantZone( in setupUsers()
367 mCarOccupantZoneService.getAllDisplaysForOccupantZone(info.zoneId)); in getDisplaysForUser()
341 when(mOccupantZoneService.getAllDisplaysForOccupantZone(OCCUPANT_ZONE_ID)) in testChangePowerStateOn()352 when(mOccupantZoneService.getAllDisplaysForOccupantZone(OCCUPANT_ZONE_ID)) in testChangePowerStateOff()
274 mCarOccupantZoneService.getAllDisplaysForOccupantZone(1132 int[] displayIds = mCarOccupantZoneService.getAllDisplaysForOccupantZone(zoneId); in initDisplayIdsLocked()
545 public int[] getAllDisplaysForOccupantZone(int occupantZoneId) { in getAllDisplaysForOccupantZone() method in CarOccupantZoneService
742 int[] displayIds = mCarOccupantZoneService.getAllDisplaysForOccupantZone(zoneId); in doHandleInit()786 mCarOccupantZoneService.getAllDisplaysForOccupantZone(zoneId);
408 int[] displayIds = mOccupantZoneService.getAllDisplaysForOccupantZone(occupantZone.zoneId); in setOccupantZonePower()
412 when(mCarOccupantZoneService.getAllDisplaysForOccupantZone(TEST_OCCUPANT_ZONE_ID)) in testOnUserStarting_afterUserVisible_occupantZoneAssignment()447 when(mCarOccupantZoneService.getAllDisplaysForOccupantZone(TEST_OCCUPANT_ZONE_ID)) in testOnUserVisible_afterUserStarting_occupantZoneAssignment()
515 int[] displays = mCarOccupantZoneService.getAllDisplaysForOccupantZone( in getOccupantZoneForDisplayId()