Home | History | Annotate | Download | only in phone

Lines Matching refs:isFinishing

385         // isFinishing() return false when 1. broadcast is still ongoing, or 2. dialog is being
386 // shown. Otherwise finish() is called inside processIntent(), is isFinishing() here will
388 if (DBG) Log.v(TAG, "At the end of onCreate(). isFinishing(): " + isFinishing());