Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java924 long taskTimeoutMs = SystemClock.uptimeMillis() + taskDurationMs; in startRemoteTaskClientService() local
1495 public void bindServiceAndExtendTaskTimeoutMs(long taskTimeoutMs) { in bindServiceAndExtendTaskTimeoutMs()