Home
last modified time | relevance | path

Searched refs:notifIntent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java960 final Intent notifIntent; in shareBugreport() local
965 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()
969 notifIntent = sendIntent; in shareBugreport()
971 notifIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in shareBugreport()
975 sendShareIntent(mContext, notifIntent); in shareBugreport()
977 mContext.startActivity(notifIntent); in shareBugreport()