Home | History | Annotate | Download | only in content

Lines Matching refs:onFinished

88     public interface OnFinished {
105 private final OnFinished mWho;
111 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) {
145 * @param onFinished The object to call back on when the send has
156 OnFinished onFinished, Handler handler) throws SendIntentException {
157 sendIntent(context, code, intent, onFinished, handler, null);
171 * @param onFinished The object to call back on when the send has
187 OnFinished onFinished, Handler handler, String requiredPermission)
194 onFinished != null
195 ? new FinishedDispatcher(this, onFinished, handler)