Searched refs:mOnUnsuspend (Results 1 – 1 of 1) sorted by relevance
66 private IntentSender mOnUnsuspend; field in SuspendedAppActivity224 …mOnUnsuspend = intent.getParcelableExtra(EXTRA_UNSUSPEND_INTENT, android.content.IntentSender.clas… in onCreate()317 if (mOnUnsuspend != null) { in onClick()325 mOnUnsuspend.sendIntent(this, 0, null, null, null, null, in onClick()328 Slog.e(TAG, "Error while starting intent " + mOnUnsuspend, e); in onClick()