Searched refs:notifIntent (Results 1 – 1 of 1) sorted by relevance
977 final Intent notifIntent; in shareBugreport() local982 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()986 notifIntent = sendIntent; in shareBugreport()988 notifIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in shareBugreport()992 sendShareIntent(mContext, notifIntent); in shareBugreport()994 mContext.startActivity(notifIntent); in shareBugreport()