Searched refs:timeoutInSeconds (Results 1 – 3 of 3) sorted by relevance
203 @SuppressLint({ "MethodNameUnits" }) long timeoutInSeconds, in CpuAvailabilityMonitoringConfig() argument217 this.mTimeoutInSeconds = timeoutInSeconds;339 long timeoutInSeconds = in.readLong(); in CpuAvailabilityMonitoringConfig() local354 this.mTimeoutInSeconds = timeoutInSeconds; in CpuAvailabilityMonitoringConfig()433 @SuppressLint({ "MethodNameUnits" }) long timeoutInSeconds) { in Builder() argument436 mTimeoutInSeconds = timeoutInSeconds;
241 private ShellCommandTestCase.Result runRefreshCustomAudienceCommand(int timeoutInSeconds) { in runRefreshCustomAudienceCommand() argument246 timeoutInSeconds, in runRefreshCustomAudienceCommand()
524 @CarEvsStreamEvent int expected, int timeoutInSeconds) { in waitForStreamEvent() argument529 if (!mStreamEventOccurred.tryAcquire(timeoutInSeconds, TimeUnit.SECONDS)) { in waitForStreamEvent()