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.java977 final Intent notifIntent; in shareBugreport() local
982 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()