Home
last modified time | relevance | path

Searched refs:taskMaxDurationInSec (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/car-lib/src/android/car/remoteaccess/
DICarRemoteAccessCallback.aidl54 int taskMaxDurationInSec); in onRemoteTaskRequested() argument
DCarRemoteAccessManager.java250 int taskMaxDurationInSec) { in onRemoteTaskRequested() argument
269 taskMaxDurationInSec)); in onRemoteTaskRequested()
374 int taskMaxDurationInSec); in onRemoteTaskRequested() argument
/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java269 int taskMaxDurationInSec; in maybeStartNewRemoteTask() local
279 taskMaxDurationInSec = (int) (taskMaxDurationInMs / MILLI_TO_SECOND); in maybeStartNewRemoteTask()
280 if (taskMaxDurationInSec <= 0) { in maybeStartNewRemoteTask()
331 remoteTasksToNotify, taskMaxDurationInSec); in maybeStartNewRemoteTask() local
1676 int taskMaxDurationInSec) { in invokeTaskRequestCallbacks() argument
1688 + "max duration: %d sec", clientId, task.id, taskMaxDurationInSec); in invokeTaskRequestCallbacks()
1689 callback.onRemoteTaskRequested(clientId, task.id, task.data, taskMaxDurationInSec); in invokeTaskRequestCallbacks()
1693 task.id, task.data != null ? task.data.length : 0, taskMaxDurationInSec); in invokeTaskRequestCallbacks()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/
DCarRemoteAccessServiceUnitTest.java1877 int taskMaxDurationInSec) { in onRemoteTaskRequested() argument
1882 mTaskMaxDurationInSec = taskMaxDurationInSec; in onRemoteTaskRequested()