Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/garagemode/
DGarageMode.java388 Runnable finishCompletor; in cancel() local
390 finishCompletor = mFinishCompletor; in cancel()
392 if (finishCompletor != null) { in cancel()
393 finishCompletor.run(); in cancel()
412 Runnable finishCompletor; in finish() local
414 finishCompletor = mFinishCompletor; in finish()
416 if (finishCompletor != null) { in finish()
417 finishCompletor.run(); in finish()