Lines Matching refs:handleRemoteExceptionFromCarService
407 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAllOccupantZones()
433 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAllDisplaysForOccupant()
456 return handleRemoteExceptionFromCarService(e, null); in getDisplayForOccupant()
478 return handleRemoteExceptionFromCarService(e, Display.INVALID_DISPLAY); in getDisplayIdForDriver()
496 return handleRemoteExceptionFromCarService(e, null); in getAudioZoneIdForOccupant()
513 return handleRemoteExceptionFromCarService(e, null); in getOccupantForAudioZoneId()
527 return handleRemoteExceptionFromCarService(e, DISPLAY_TYPE_UNKNOWN); in getDisplayType()
541 return handleRemoteExceptionFromCarService(e, INVALID_USER_ID); in getUserForOccupant()
557 return handleRemoteExceptionFromCarService(e, INVALID_USER_ID); in getUserForDisplayId()
578 return handleRemoteExceptionFromCarService(e, null); in getOccupantZoneForDisplayId()
607 return handleRemoteExceptionFromCarService(e, false); in assignProfileUserToOccupantZone()
652 return handleRemoteExceptionFromCarService(e, in assignVisibleUserToOccupantZone()
677 return handleRemoteExceptionFromCarService(e, USER_ASSIGNMENT_RESULT_FAIL_DRIVER_ZONE); in unassignOccupantZone()
704 handleRemoteExceptionFromCarService(e); in registerOccupantZoneConfigChangeListener()
742 return handleRemoteExceptionFromCarService(e, null); in getMyOccupantZone()
760 return handleRemoteExceptionFromCarService(e, /* returnValue= */null); in getOccupantZoneForUser()
782 return handleRemoteExceptionFromCarService(e, null); in getOccupantZone()
803 return handleRemoteExceptionFromCarService(e, false); in hasDriverZone()
815 return handleRemoteExceptionFromCarService(e, false); in hasPassengerZones()
908 inputTypes = handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getSupportedInputTypes()