HomeSort by relevance Sort by last modified time
    Searched refs:onFinished (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/base/core/java/android/animation/
RevealAnimator.java 41 protected void onFinished() {
43 super.onFinished();
  /frameworks/base/core/java/android/content/
ISyncContext.aidl 37 void onFinished(in SyncResult result);
SyncContext.java 67 public void onFinished(SyncResult result) {
70 mSyncContext.onFinished(result);
IntentSender.java 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
    [all...]
AbstractThreadedSyncAdapter.java 169 syncContextClient.onFinished(new SyncResult());
187 syncContextClient.onFinished(SyncResult.ALREADY_IN_PROGRESS);
271 mSyncContext.onFinished(syncResult);
  /external/chromium_org/content/test/data/npapi/
npapi.js 7 setTimeout(onFinished, 0, name, id, "OK");
12 setTimeout(onFinished, 0, name, id, status);
19 /* private */ function onFinished(name, id, result)
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTestStub.java 26 public boolean onFinished;
45 onFinished = true;
CountDownTimerTest.java 47 assertTrue(mActivity.onFinished);
55 assertFalse(mActivity.onFinished);
59 assertFalse(mActivity.onFinished);
  /external/chromium_org/content/test/data/workers/
worker_utils.js 23 setTimeout(onFinished, 0, "OK");
27 setTimeout(onFinished, 0, "FAIL");
30 function onFinished(result) {
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 83 public void onFinished(Preference preference, boolean reading) {
91 super.onFinished(preference, reading);
CLIRListPreference.java 132 mTcpListener.onFinished(CLIRListPreference.this, false);
134 mTcpListener.onFinished(CLIRListPreference.this, true);
CallWaitingCheckBoxPreference.java 84 mTcpListener.onFinished(CallWaitingCheckBoxPreference.this, false);
86 mTcpListener.onFinished(CallWaitingCheckBoxPreference.this, true);
GsmUmtsCallForwardOptions.java 133 public void onFinished(Preference preference, boolean reading) {
139 super.onFinished(preference, reading);
TimeConsumingPreferenceActivity.java 18 public void onFinished(Preference preference, boolean reading);
151 public void onFinished(Preference preference, boolean reading) {
153 if (DBG) Log.d(LOG_TAG, "onFinished, preference=" + preference.getKey()
CallForwardEditPreference.java 188 mTcpListener.onFinished(CallForwardEditPreference.this, msg.arg2 != MESSAGE_SET_CF);
  /frameworks/base/core/java/android/app/
PendingIntent.java 178 public interface OnFinished {
195 private final OnFinished mWho;
201 FinishedDispatcher(PendingIntent pi, OnFinished who, Handler handler) {
590 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
604 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
623 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
638 * @param onFinished The object to call back on when the send has
644 * @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler)
649 public void send(int code, OnFinished onFinished, Handler handler
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DefaultItemAnimatorTest.java 69 onFinished(item);
79 onFinished(item);
89 onFinished(item);
99 onFinished(item);
105 private void onFinished(RecyclerView.ViewHolder item) {
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 265 onFinished();
360 protected void onFinished() {
483 animator.onFinished();
  /frameworks/ex/framesequence/samples/RastermillSamples/src/com/android/rastermill/samples/
AnimatedGifTest.java 100 public void onFinished(FrameSequenceDrawable drawable) {
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequenceDrawable.java 54 public abstract void onFinished(FrameSequenceDrawable drawable);
180 mOnFinishedListener.onFinished(FrameSequenceDrawable.this);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java 56 public void onFinished(TransitionImageAnimation animation) {
293 mListener.onFinished(TransitionImageAnimation.this);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionaryTests.java 86 public void onFinished() {
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
PackageInstallerCompatVL.java 177 public void onFinished(int sessionId, boolean success) {
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 497 public abstract void onFinished(int sessionId, boolean success);
535 mCallback.onFinished(sessionId, msg.arg2 != 0);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitator.java 596 callback.onFinished();
609 callback.onFinished();

Completed in 515 milliseconds

1 2 3