Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java1235 Runnable taskAtCompletion = () -> { in handlePreShutdownPrepare() local
1243 waitForCompletionWithShutdownPostpone(state, timeoutMs, taskAtCompletion, intervalMs); in handlePreShutdownPrepare()
1299 Runnable taskAtCompletion = () -> { in handleWaitForFinish() local
1347 taskAtCompletion, intervalMs); in handleWaitForFinish()
1370 Runnable taskAtCompletion = () -> { in handleFinish() local
1376 waitForCompletion(taskAtCompletion, /* taskAtInterval= */ null, timeoutMs, in handleFinish()
1540 Runnable taskAtCompletion = () -> { in waitForShutdownPrepareListenersToComplete() local
1545 waitForCompletionWithShutdownPostpone(state, timeoutMs, taskAtCompletion, intervalMs); in waitForShutdownPrepareListenersToComplete()
1554 private void waitForCompletion(Runnable taskAtCompletion, Runnable taskAtInterval, in waitForCompletion() argument
1561 taskAtCompletion.run(); in waitForCompletion()
[all …]