Home
last modified time | relevance | path

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

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