Searched refs:notifIntent (Results 1 – 1 of 1) sorted by relevance
1198 final Intent notifIntent; in shareBugreport() local1203 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()1207 notifIntent = sendIntent; in shareBugreport()1209 notifIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in shareBugreport()1213 sendShareIntent(mContext, notifIntent); in shareBugreport()1215 mContext.startActivity(notifIntent); in shareBugreport()