Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1198 final Intent notifIntent; in shareBugreport() local
1203 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()