Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java496 final Notification.Builder builder = newBaseNotification(mContext) in updateProgress()
1024 final Notification.Builder builder = newBaseNotification(mContext) in sendBugreportNotification()
1047 final Notification.Builder builder = newBaseNotification(context) in sendBugreportBeingUpdatedNotification()
1055 private static Notification.Builder newBaseNotification(Context context) { in newBaseNotification() method in BugreportProgressService