Home
last modified time | relevance | path

Searched defs:getProgressNotification (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DDeleteJob.java78 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
H A DMoveJob.java86 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob
H A DCompressJob.java79 public Notification getProgressNotification() { in getProgressNotification() method in CompressJob
H A DCopyJob.java147 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob
154 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob
H A DJob.java188 abstract Notification getProgressNotification(); in getProgressNotification() method in Job
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestJob.java79 Notification getProgressNotification() { in getProgressNotification() method in TestJob