Lines Matching refs:finish
116 finish();
124 * Starts the delayed finish() of OutgoingCallBroadcaster in order to give the UI
143 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself.");
145 // We cannot finish the activity immediately here because it would cause the temporary
148 // However, if we know we are not attemping a call, we need to finish the activity
154 finish();
372 // No need to finish() here, since the OutgoingCallReceiver from
374 // finish() on our original instance, which apparently works fine
376 // down. And note that if we *do* call finish() here, that just
377 // results in an "ActivityManager: Duplicate finish request"
386 // shown. Otherwise finish() is called inside processIntent(), is isFinishing() here will
466 finish();
548 finish();
563 + " Finish the Activity immediately.");
564 finish();
569 Log.e(TAG, "Unhandled Intent " + intent + ". Finish the Activity immediately.");
570 finish();
592 finish();
634 finish();
690 * and in either case will finish() the current activity when done.
698 // ...and we'll eventually finish() when the user dismisses
727 finish();
735 finish();