Home | History | Annotate | Download | only in content

Lines Matching defs:OnFinished

86     public interface OnFinished {
103 private final OnFinished mWho;
109 FinishedDispatcher(IntentSender pi, OnFinished who, Handler handler) {
143 * @param onFinished The object to call back on when the send has
154 OnFinished onFinished, Handler handler) throws SendIntentException {
155 sendIntent(context, code, intent, onFinished, handler, null);
169 * @param onFinished The object to call back on when the send has
185 OnFinished onFinished, Handler handler, String requiredPermission)
193 onFinished != null
194 ? new FinishedDispatcher(this, onFinished, handler)