Searched defs:onFinished (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/scriptsupport/
H A DOnEverythingFinishedCallback.java24 public void onFinished(); method in interface:OnEverythingFinishedCallback
/frameworks/base/core/java/android/content/
H A DSyncContext.java67 public void onFinished(SyncResult result) { method in class:SyncContext
70 mSyncContext.onFinished(result);
H A DIntentSender.java145 * @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)
155 sendIntent(Context context, int code, Intent intent, OnFinished onFinished, Handler handler) argument
186 sendIntent(Context context, int code, Intent intent, OnFinished onFinished, Handler handler, String requiredPermission) argument
H A DSyncManager.java939 public void onFinished(SyncResult result) { method in class:SyncManager.ActiveSyncContext
940 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "onFinished: " + this);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
H A DConnectionHandler.java38 public void onFinished(); method in interface:ConnectionHandler.OnFinishedCallback
73 mOnFinishedCallback.onFinished();
/frameworks/base/core/java/android/app/
H A DPendingIntent.java414 * @param onFinished The object to call back on when the send has
425 public void send(int code, OnFinished onFinished, Handler handler) argument
427 send(null, code, null, onFinished, handler, null);
446 * @param onFinished The object to call back on when the send has
462 OnFinished onFinished, Handler handler) throws CanceledException {
463 send(context, code, intent, onFinished, handler, null);
482 * @param onFinished The object to call back on when the send has
503 OnFinished onFinished, Handler handler, String requiredPermission)
510 onFinished != null
511 ? new FinishedDispatcher(this, onFinished, handle
461 send(Context context, int code, Intent intent, OnFinished onFinished, Handler handler) argument
502 send(Context context, int code, Intent intent, OnFinished onFinished, Handler handler, String requiredPermission) argument
[all...]

Completed in 100 milliseconds