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

/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.java146 * @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)
156 sendIntent(Context context, int code, Intent intent, OnFinished onFinished, Handler handler) argument
187 sendIntent(Context context, int code, Intent intent, OnFinished onFinished, Handler handler, String requiredPermission) argument
/frameworks/base/core/java/android/app/
H A DPendingIntent.java610 * @param onFinished The object to call back on when the send has
621 public void send(int code, OnFinished onFinished, Handler handler) argument
623 send(null, code, null, onFinished, handler, null);
642 * @param onFinished The object to call back on when the send has
658 OnFinished onFinished, Handler handler) throws CanceledException {
659 send(context, code, intent, onFinished, handler, null);
678 * @param onFinished The object to call back on when the send has
699 OnFinished onFinished, Handler handler, String requiredPermission)
706 onFinished != null
707 ? new FinishedDispatcher(this, onFinished, handle
657 send(Context context, int code, Intent intent, OnFinished onFinished, Handler handler) argument
698 send(Context context, int code, Intent intent, OnFinished onFinished, Handler handler, String requiredPermission) argument
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java1026 private void onFinished(Uri... uris) { method in class:DocumentsActivity
1027 Log.d(TAG, "onFinished() " + Arrays.toString(uris));
1095 onFinished(result);
1120 onFinished(mUris);
/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java1087 public void onFinished(SyncResult result) { method in class:SyncManager.ActiveSyncContext
1088 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "onFinished: " + this);

Completed in 110 milliseconds