Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11540 final Runnable onFinishCallback; field in PreBootContinuation
11551 onFinishCallback = _onFinishCallback; in PreBootContinuation()
11584 if (onFinishCallback != null) { in performReceive()
11588 mHandler.post(onFinishCallback); in performReceive()
11597 private boolean deliverPreBootCompleted(final Runnable onFinishCallback, in deliverPreBootCompleted() argument
11647 PreBootContinuation cont = new PreBootContinuation(intent, onFinishCallback, doneReceivers, in deliverPreBootCompleted()