Searched defs:FinishedDispatcher (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentSender.java103 private static class FinishedDispatcher extends IIntentReceiver.Stub class in class:IntentSender
112 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) { method in class:IntentSender.FinishedDispatcher
196 ? new FinishedDispatcher(this, onFinished, handler)
/frameworks/base/core/java/android/app/
H A DPendingIntent.java164 private static class FinishedDispatcher extends IIntentReceiver.Stub class in class:PendingIntent
173 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) { method in class:PendingIntent.FinishedDispatcher
679 ? new FinishedDispatcher(this, onFinished, handler)

Completed in 231 milliseconds