Searched refs:notifIntent (Results 1 – 1 of 1) sorted by relevance
1177 final Intent notifIntent; in shareBugreport() local1182 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()1186 notifIntent = sendIntent; in shareBugreport()1188 notifIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in shareBugreport()1192 sendShareIntent(mContext, notifIntent); in shareBugreport()1194 mContext.startActivity(notifIntent); in shareBugreport()