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