Searched refs:hasDriverZone (Results 1 – 11 of 11) sorted by relevance
262 boolean hasDriverZone, boolean hasPassengerZone) { in setUpAssignPassengerActivityToFgGroup() argument265 when(mCarOccupantZoneService.hasDriverZone()).thenReturn(hasDriverZone); in setUpAssignPassengerActivityToFgGroup()276 private void doTestDisabledConfig(boolean enableResource, boolean hasDriverZone, in doTestDisabledConfig() argument278 setUpAssignPassengerActivityToFgGroup(enableResource, hasDriverZone, hasPassengerZone); in doTestDisabledConfig()
88 when(service.hasDriverZone()).thenReturn(hasDriver); in setUpOccupantZones()
48 boolean hasDriverZone(); in hasDriverZone() method
799 public boolean hasDriverZone() { in hasDriverZone() method in CarOccupantZoneManager801 return mService.hasDriverZone(); in hasDriverZone()
483 writer.println("hasDriverZone: " + hasDriverZone()); in dump()1086 public boolean hasDriverZone() { in hasDriverZone() method in CarOccupantZoneService1535 boolean hasDriverZone = hasDriverZone(); in handleActiveDisplaysLocked()1543 if (hasDriverZone && display.getDisplayId() == Display.DEFAULT_DISPLAY) { in handleActiveDisplaysLocked()1566 if (hasDriverZone && !hasDefaultDisplayConfig) { in handleActiveDisplaysLocked()
110 if (occupantService.hasDriverZone() && occupantService.hasPassengerZones()) { in init()
39 android.car.CarOccupantZoneManager#hasDriverZone()
2455 boolean hasDriverZone = mCarOccupantZoneService.hasDriverZone(); in startUserPicker()2456 if (hasDriverZone) { in startUserPicker()2469 if (hasDriverZone && zoneId == driverZoneId) { in startUserPicker()
134 method public boolean hasDriverZone();
426 UnflaggedApi: android.car.CarOccupantZoneManager#hasDriverZone():427 …New API must be flagged with @FlaggedApi: method android.car.CarOccupantZoneManager.hasDriverZone()