Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java1546 long taskTimeoutMs = SystemClock.uptimeMillis() + taskDurationMs; in startRemoteTaskClientService() local
1550 serviceConnection.bindServiceAndExtendTaskTimeoutMs(taskTimeoutMs); in startRemoteTaskClientService()
2123 public void bindServiceAndExtendTaskTimeoutMs(long taskTimeoutMs) { in bindServiceAndExtendTaskTimeoutMs() argument
2125 mUser, taskTimeoutMs); in bindServiceAndExtendTaskTimeoutMs()
2130 if (mTaskTimeoutMs >= taskTimeoutMs) { in bindServiceAndExtendTaskTimeoutMs()
2133 + " task timeout: %d ms, ignore", mIntent, taskTimeoutMs, in bindServiceAndExtendTaskTimeoutMs()
2138 mTaskTimeoutMs = taskTimeoutMs; in bindServiceAndExtendTaskTimeoutMs()
2139 mHandler.postServiceTimeout(mUid, taskTimeoutMs); in bindServiceAndExtendTaskTimeoutMs()