Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1127 private static Intent buildWarningIntent(Context context, @Nullable Intent sendIntent) { in buildWarningIntent() method in BugreportProgressService
1215 Intent warningIntent = buildWarningIntent(mContext, /* sendIntent */ null); in maybeShowWarningMessageAndCloseNotification()
1263 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()