Searched refs:onClickIntent (Results 1 – 2 of 2) sorted by relevance
225 final Intent onClickIntent = new Intent(action); in showNotification() local227 0 /* requestCode */, onClickIntent, FLAG_IMMUTABLE, UserHandle.CURRENT); in showNotification()
560 final Intent onClickIntent; in maskWidgetsViewsLocked() local564 onClickIntent = UnlaunchableAppActivity.createInQuietModeDialogIntent(appUserId); in maskWidgetsViewsLocked()571 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent( in maskWidgetsViewsLocked()579 onClickIntent = SuspendedAppActivity.createSuspendedAppInterceptIntent( in maskWidgetsViewsLocked()585 onClickIntent = mKeyguardManager in maskWidgetsViewsLocked()587 if (onClickIntent != null) { in maskWidgetsViewsLocked()588 onClickIntent.setFlags( in maskWidgetsViewsLocked()604 if (onClickIntent != null) { in maskWidgetsViewsLocked()606 PendingIntent.getActivity(mContext, widget.appWidgetId, onClickIntent, in maskWidgetsViewsLocked()