Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1176 private static Intent buildWarningIntent(Context context, @Nullable Intent sendIntent) { in buildWarningIntent() method in BugreportProgressService
1272 warningIntent = buildWarningIntent(mContext, /* sendIntent */ null); in maybeShowWarningMessageAndCloseNotification()
1288 return buildWarningIntent(mContext, /* sendIntent */ null); in buildWearWarningIntent()
1334 notifIntent = buildWarningIntent(mContext, sendIntent); in shareBugreport()