Lines Matching refs:finish
122 finish();
130 * Starts the delayed finish() of OutgoingCallBroadcaster in order to give the UI
149 if (DBG) Log.v(TAG, "OutgoingCallReceiver is going to finish the Activity itself.");
151 // We cannot finish the activity immediately here because it would cause the temporary
154 // However, if we know we are not attemping a call, we need to finish the activity
160 finish();
350 // No need to finish() here, since the OutgoingCallReceiver from
352 // finish() on our original instance, which apparently works fine
354 // down. And note that if we *do* call finish() here, that just
355 // results in an "ActivityManager: Duplicate finish request"
364 // shown. Otherwise finish() is called inside processIntent(), is isFinishing() here will
444 finish();
526 finish();
541 + " Finish the Activity immediately.");
542 finish();
547 Log.e(TAG, "Unhandled Intent " + intent + ". Finish the Activity immediately.");
548 finish();
570 finish();
612 finish();
668 * and in either case will finish() the current activity when done.
676 // ...and we'll eventually finish() when the user dismisses
705 finish();
713 finish();