Searched refs:mOnUnsuspend (Results 1 – 1 of 1) sorted by relevance
65 private IntentSender mOnUnsuspend; field in SuspendedAppActivity221 mOnUnsuspend = intent.getParcelableExtra(EXTRA_UNSUSPEND_INTENT); in onCreate()313 if (mOnUnsuspend != null) { in onClick()315 mOnUnsuspend.sendIntent(this, 0, null, null, null); in onClick()317 Slog.e(TAG, "Error while starting intent " + mOnUnsuspend, e); in onClick()