Searched refs:notifIntent (Results 1 – 1 of 1) sorted by relevance
1258 final Intent notifIntent; in shareBugreport() local1263 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()1267 notifIntent = sendIntent; in shareBugreport()1269 notifIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in shareBugreport()1273 sendShareIntent(mContext, notifIntent); in shareBugreport()1275 mContext.startActivity(notifIntent); in shareBugreport()