Searched refs:taskTimeoutMs (Results 1 – 1 of 1) sorted by relevance
1546 long taskTimeoutMs = SystemClock.uptimeMillis() + taskDurationMs; in startRemoteTaskClientService() local1550 serviceConnection.bindServiceAndExtendTaskTimeoutMs(taskTimeoutMs); in startRemoteTaskClientService()2123 public void bindServiceAndExtendTaskTimeoutMs(long taskTimeoutMs) { in bindServiceAndExtendTaskTimeoutMs() argument2125 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()