Home
last modified time | relevance | path

Searched refs:handleRemoteExceptionFromCarService (Results 1 – 25 of 51) sorted by relevance

123

/packages/services/Car/car-lib/src/android/car/media/
DCarAudioManager.java462 return handleRemoteExceptionFromCarService(e, false); in isAudioFeatureEnabled()
495 handleRemoteExceptionFromCarService(e); in setGroupVolume()
525 return handleRemoteExceptionFromCarService(e, 0); in getGroupMaxVolume()
555 return handleRemoteExceptionFromCarService(e, 0); in getGroupMinVolume()
588 return handleRemoteExceptionFromCarService(e, 0); in getGroupVolume()
609 handleRemoteExceptionFromCarService(e); in setFadeTowardFront()
630 handleRemoteExceptionFromCarService(e); in setBalanceTowardRight()
657 handleRemoteExceptionFromCarService(e); in getExternalSources()
692 return handleRemoteExceptionFromCarService(e, null); in createAudioPatch()
716 handleRemoteExceptionFromCarService(e); in releaseAudioPatch()
[all …]
DCarMediaManager.java95 return handleRemoteExceptionFromCarService(e, null); in getMediaSource()
109 handleRemoteExceptionFromCarService(e); in setMediaSource()
144 handleRemoteExceptionFromCarService(e); in addMediaSourceListener()
164 handleRemoteExceptionFromCarService(e); in removeMediaSourceListener()
179 return handleRemoteExceptionFromCarService(e, null); in getLastMediaSources()
203 return handleRemoteExceptionFromCarService(e, false); in isIndependentPlaybackConfig()
219 handleRemoteExceptionFromCarService(e); in setIndependentPlaybackConfig()
/packages/services/Car/car-lib/src/android/car/
DCarOccupantZoneManager.java407 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()
[all …]
DCarAppFocusManager.java167 handleRemoteExceptionFromCarService(e); in addFocusListener()
187 handleRemoteExceptionFromCarService(e); in removeFocusListener()
216 handleRemoteExceptionFromCarService(e); in removeFocusListener()
229 return handleRemoteExceptionFromCarService(e, EMPTY_INT_ARRAY); in getActiveAppTypes()
252 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAppTypeOwner()
272 return handleRemoteExceptionFromCarService(e, false); in isOwningFocus()
304 return handleRemoteExceptionFromCarService(e, APP_FOCUS_REQUEST_FAILED); in requestAppFocus()
329 handleRemoteExceptionFromCarService(e); in abandonAppFocus()
358 handleRemoteExceptionFromCarService(e); in abandonAppFocus()
DCarManagerBase.java57 protected <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService() method in CarManagerBase
58 return mCar.handleRemoteExceptionFromCarService(e, returnValue); in handleRemoteExceptionFromCarService()
61 protected void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService() method in CarManagerBase
62 mCar.handleRemoteExceptionFromCarService(e); in handleRemoteExceptionFromCarService()
70 return handleRemoteExceptionFromCarService((RemoteException) e, returnValue); in handleExceptionFromCarService()
DCarProjectionManager.java471 handleRemoteExceptionFromCarService(e); in updateHandledEventsLocked()
491 handleRemoteExceptionFromCarService(e); in registerProjectionRunner()
509 handleRemoteExceptionFromCarService(e); in unregisterProjectionRunner()
540 handleRemoteExceptionFromCarService(e); in startProjectionAccessPoint()
561 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAvailableWifiChannels()
582 handleRemoteExceptionFromCarService(e); in stopProjectionAccessPoint()
602 return handleRemoteExceptionFromCarService(e, false); in requestBluetoothProfileInhibit()
621 return handleRemoteExceptionFromCarService(e, false); in releaseBluetoothProfileInhibit()
643 return handleRemoteExceptionFromCarService(e, false); in isBluetoothProfileInhibited()
661 handleRemoteExceptionFromCarService(e); in updateProjectionStatus()
[all …]
DCarRemoteDeviceManager.java287 handleRemoteExceptionFromCarService(e); in registerStateCallback()
314 handleRemoteExceptionFromCarService(e); in unregisterStateCallback()
331 return handleRemoteExceptionFromCarService(e, null); in getEndpointPackageInfo()
353 handleRemoteExceptionFromCarService(e); in setOccupantZonePower()
368 return handleRemoteExceptionFromCarService(e, false); in isOccupantZonePowerOn()
/packages/services/Car/car-lib/src/android/car/app/
DCarActivityManager.java204 handleRemoteExceptionFromCarService(e); in registerTaskMonitor()
236 handleRemoteExceptionFromCarService(e); in onTaskAppearedInternal()
250 handleRemoteExceptionFromCarService(e); in onTaskVanished()
264 handleRemoteExceptionFromCarService(e); in onTaskInfoChanged()
279 handleRemoteExceptionFromCarService(e); in unregisterTaskMonitor()
292 handleRemoteExceptionFromCarService(e); in getVisibleTasks()
309 handleRemoteExceptionFromCarService(e); in getVisibleTasks()
324 handleRemoteExceptionFromCarService(e); in startUserPickerOnDisplay()
341 return handleRemoteExceptionFromCarService(e, /* returnValue= */ null); in createTaskMirroringToken()
358 return handleRemoteExceptionFromCarService(e, /* returnValue= */ null); in createDisplayMirroringToken()
[all …]
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DCarStorageMonitoringManager.java129 return handleRemoteExceptionFromCarService(e, PRE_EOL_INFO_UNKNOWN); in getPreEolIndicatorStatus()
150 return handleRemoteExceptionFromCarService(e, null); in getWearEstimate()
173 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getWearEstimateHistory()
198 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getBootIoStats()
234 return handleRemoteExceptionFromCarService(e, 0); in getShutdownDiskWriteAmount()
256 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAggregateIoStats()
281 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getIoStatsDeltas()
314 handleRemoteExceptionFromCarService(e); in registerListener()
335 handleRemoteExceptionFromCarService(e); in unregisterListener()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticManager.java189 handleRemoteExceptionFromCarService(e); in doUnregisterListenerLocked()
203 return handleRemoteExceptionFromCarService(e, false); in registerOrUpdateDiagnosticListener()
221 return handleRemoteExceptionFromCarService(e, null); in getLatestLiveFrame()
241 return handleRemoteExceptionFromCarService(e, EMPTY_LONG_ARRAY); in getFreezeFrameTimestamps()
261 return handleRemoteExceptionFromCarService(e, null); in getFreezeFrame()
280 return handleRemoteExceptionFromCarService(e, false); in clearFreezeFrames()
295 return handleRemoteExceptionFromCarService(e, false); in isLiveFrameSupported()
310 return handleRemoteExceptionFromCarService(e, false); in isFreezeFrameNotificationSupported()
325 return handleRemoteExceptionFromCarService(e, false); in isGetFreezeFrameSupported()
346 return handleRemoteExceptionFromCarService(e, false); in isClearFreezeFramesSupported()
[all …]
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarPackageManager.java276 handleRemoteExceptionFromCarService(e); in setAppBlockingPolicy()
291 handleRemoteExceptionFromCarService(e); in restartTask()
314 return handleRemoteExceptionFromCarService(e, false); in isActivityBackedBySafeActivity()
328 handleRemoteExceptionFromCarService(e); in setEnableActivityBlocking()
345 return handleRemoteExceptionFromCarService(e, false); in isActivityDistractionOptimized()
361 return handleRemoteExceptionFromCarService(e, false); in isPendingIntentDistractionOptimized()
377 return handleRemoteExceptionFromCarService(e, false); in isServiceDistractionOptimized()
396 return handleRemoteExceptionFromCarService(e, DRIVING_SAFETY_REGION_ALL); in getCurrentDrivingSafetyRegion()
432 handleRemoteExceptionFromCarService(e); in controlTemporaryActivityBlockingBypassingAsUser()
468 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getSupportedDrivingSafetyRegionsForActivityAsUser()
[all …]
/packages/services/Car/car-lib/src/android/car/remoteaccess/
DCarRemoteAccessManager.java328 handleRemoteExceptionFromCarService(e); in complete()
430 handleRemoteExceptionFromCarService(e); in setRemoteTaskClient()
458 handleRemoteExceptionFromCarService(e); in clearRemoteTaskClient()
489 handleRemoteExceptionFromCarService(e); in reportRemoteTaskDone()
513 handleRemoteExceptionFromCarService(e); in setPowerStatePostTaskExecution()
537 return handleRemoteExceptionFromCarService(e, false); in isTaskScheduleSupported()
585 handleRemoteExceptionFromCarService(e); in addServerlessRemoteTaskClient()
604 handleRemoteExceptionFromCarService(e); in removeServerlessRemoteTaskClient()
840 return handleRemoteExceptionFromCarService(e, false); in isVehicleInUseSupported()
858 return handleRemoteExceptionFromCarService(e, false); in isShutdownRequestSupported()
[all …]
/packages/services/Car/car-lib/src/android/car/user/
DExperimentalCarUserManager.java107 handleRemoteExceptionFromCarService(e); in createDriver()
132 return handleRemoteExceptionFromCarService(e, null); in createPassenger()
166 handleRemoteExceptionFromCarService(e); in switchDriver()
187 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getAllDrivers()
208 return handleRemoteExceptionFromCarService(e, Collections.emptyList()); in getPassengers()
230 return handleRemoteExceptionFromCarService(e, false); in startPassenger()
250 return handleRemoteExceptionFromCarService(e, false); in stopPassenger()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsManager.java152 handleRemoteExceptionFromCarService(e); in setListener()
176 handleRemoteExceptionFromCarService(e); in unregisterListener()
201 return handleRemoteExceptionFromCarService(e, false); in saveUxRestrictionsConfigurationForNextBoot()
224 return handleRemoteExceptionFromCarService(e, null); in getCurrentCarUxRestrictions()
251 return handleRemoteExceptionFromCarService(e, false); in setRestrictionMode()
272 return handleRemoteExceptionFromCarService(e, null); in getRestrictionMode()
312 return handleRemoteExceptionFromCarService(e, null); in getStagedConfigs()
329 return handleRemoteExceptionFromCarService(e, null); in getConfigs()
DCarDrivingStateManager.java124 handleRemoteExceptionFromCarService(e); in registerListener()
149 handleRemoteExceptionFromCarService(e); in unregisterListener()
165 return handleRemoteExceptionFromCarService(e, null); in getCurrentCarDrivingState()
184 handleRemoteExceptionFromCarService(e); in injectDrivingState()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/
DCarMediaManagerUnitTest.java82 .handleRemoteExceptionFromCarService(any(RemoteException.class), any()); in setUp()
99 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException, null); in testGetMediaSource_whenServiceThrowsRemoteException_returnsNull()
116 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException); in testSetMediaSource_whenServiceThrowsRemoteException()
133 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException); in testAddMediaSourceListener_whenServiceThrowsRemoteException()
171 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException); in testRemoveMediaSourceListener_whenServiceThrowsRemoteException()
191 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException, null); in testGetLastMediaSources_whenServiceThrowsRemoteException_returnsNull()
209 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException, false); in testIsIndependentPlaybackConfig_whenServiceThrowsRemoteException_returnFalse()
228 verify(mCarMock).handleRemoteExceptionFromCarService(mRemoteException); in testSetIndependentPlaybackConfig_whenServiceThrowsRemoteException()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DCarPowerManager.java373 handleRemoteExceptionFromCarService(e); in requestShutdownOnNextSuspend()
387 handleRemoteExceptionFromCarService(e); in scheduleNextWakeupTime()
404 return handleRemoteExceptionFromCarService(e, STATE_INVALID); in getPowerState()
496 handleRemoteExceptionFromCarService(e); in clearListener()
517 return handleRemoteExceptionFromCarService(e, null); in getCurrentPowerPolicy()
541 handleRemoteExceptionFromCarService(e); in applyPowerPolicy()
566 handleRemoteExceptionFromCarService(e); in setPowerPolicyGroup()
670 handleRemoteExceptionFromCarService(e); in setDisplayPowerState()
685 handleRemoteExceptionFromCarService(e); in notifyUserActivity()
767 handleRemoteExceptionFromCarService(e); in setServiceForListenerLocked()
[all …]
/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java206 handleRemoteExceptionFromCarService(e); in registerClient()
246 handleRemoteExceptionFromCarService(e); in unregisterClient()
381 return handleRemoteExceptionFromCarService(e, builder.build()); in getResourceOveruseStats()
415 return handleRemoteExceptionFromCarService(e, new ArrayList<>()); in getAllResourceOveruseStats()
448 return handleRemoteExceptionFromCarService(e, builder.build()); in getResourceOveruseStatsForUserPackage()
663 handleRemoteExceptionFromCarService(e); in setKillablePackageAsUser()
684 return handleRemoteExceptionFromCarService(e, new ArrayList<>()); in getPackageKillableStatesAsUser()
717 handleRemoteExceptionFromCarService(e); in setResourceOveruseConfigurations()
747 return handleRemoteExceptionFromCarService(e, null); in getResourceOveruseConfigurations()
832 handleRemoteExceptionFromCarService(e); in reportToService()
[all …]
/packages/services/Car/tests/CarLibUnitTest/src/android/car/cluster/
DClusterHomeManagerUnitTest.java121 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in getClusterState_serviceFailure()
134 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in registerClusterStateListener_serviceFailure()
146 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in registerClusterNavigationStateListener_serviceFailure()
201 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in reportState_serviceFailure()
210 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in requestDisplay_serviceFailure()
221 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in startFixedActivityMode_serviceFailure()
232 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in stopFixedActivityMode_serviceFailure()
294 verify(mCar).handleRemoteExceptionFromCarService(thrownException); in sendHeartbeat_serviceFailure()
/packages/services/Car/car-lib/src/android/car/cluster/
DClusterHomeManager.java219 handleRemoteExceptionFromCarService(e); in registerClusterStateListener()
247 handleRemoteExceptionFromCarService(e); in registerClusterNavigationStateListener()
348 handleRemoteExceptionFromCarService(e); in reportState()
363 handleRemoteExceptionFromCarService(e); in requestDisplay()
379 handleRemoteExceptionFromCarService(e); in getClusterState()
404 handleRemoteExceptionFromCarService(e); in startFixedActivityModeAsUser()
422 handleRemoteExceptionFromCarService(e); in stopFixedActivityMode()
437 handleRemoteExceptionFromCarService(e); in sendHeartbeat()
/packages/services/Car/car-lib/src/android/car/occupantconnection/
DCarOccupantConnectionManager.java467 handleRemoteExceptionFromCarService(e); in registerReceiver()
493 handleRemoteExceptionFromCarService(e); in unregisterReceiver()
551 handleRemoteExceptionFromCarService(e); in requestConnection()
578 handleRemoteExceptionFromCarService(e); in cancelConnection()
608 handleRemoteExceptionFromCarService(e); in sendPayload()
634 handleRemoteExceptionFromCarService(e); in disconnect()
653 return handleRemoteExceptionFromCarService(e, false); in isConnected()
/packages/services/Car/car-lib/src/android/car/telemetry/
DCarTelemetryManager.java277 handleRemoteExceptionFromCarService(e); in addMetricsConfig()
295 handleRemoteExceptionFromCarService(e); in removeMetricsConfig()
311 handleRemoteExceptionFromCarService(e); in removeAllMetricsConfigs()
336 handleRemoteExceptionFromCarService(e); in getFinishedReport()
357 handleRemoteExceptionFromCarService(e); in getAllFinishedReports()
390 handleRemoteExceptionFromCarService(e); in setReportReadyListener()
407 handleRemoteExceptionFromCarService(e); in clearReportReadyListener()
/packages/services/Car/car-lib/src/android/car/admin/
DCarDevicePolicyManager.java170 return handleRemoteExceptionFromCarService(e, in removeUser()
221 return handleRemoteExceptionFromCarService(e, CreateUserResult.forGenericError()); in createUser()
262 return handleRemoteExceptionFromCarService(e, new StartUserInBackgroundResult(status)); in startUserInBackground()
303 return handleRemoteExceptionFromCarService(e, new StopUserResult(status)); in stopUser()
315 handleRemoteExceptionFromCarService(e, null); in setUserDisclaimerShown()
325 handleRemoteExceptionFromCarService(e, null); in setUserDisclaimerAcknowledged()
/packages/services/Car/car-lib/src/android/car/test/
DCarTestManager.java71 handleRemoteExceptionFromCarService(e); in stopCarService()
88 handleRemoteExceptionFromCarService(e); in startCarService()
109 handleRemoteExceptionFromCarService(e); in dumpVhal()
/packages/services/Car/car-lib/src/android/car/evs/
DCarEvsManager.java404 handleRemoteExceptionFromCarService(err); in setStatusListener()
425 handleRemoteExceptionFromCarService(err); in clearStatusListener()
655 handleRemoteExceptionFromCarService(err); in stopVideoStreamLocked()
689 handleRemoteExceptionFromCarService(err); in stopVideoStreamLocked()
726 handleRemoteExceptionFromCarService(err); in returnFrameBuffer()
752 handleRemoteExceptionFromCarService(err); in startActivity()
766 handleRemoteExceptionFromCarService(err); in stopActivity()
813 handleRemoteExceptionFromCarService(err); in startVideoStream()

123