Home | History | Annotate | Download | only in content

Lines Matching refs:onFinished

89     public interface OnFinished {
106 private final OnFinished mWho;
112 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) {
146 * @param onFinished The object to call back on when the send has
157 OnFinished onFinished, Handler handler) throws SendIntentException {
158 sendIntent(context, code, intent, onFinished, handler, null);
172 * @param onFinished The object to call back on when the send has
188 OnFinished onFinished, Handler handler, String requiredPermission)
195 onFinished != null
196 ? new FinishedDispatcher(this, onFinished, handler)