Home
last modified time | relevance | path

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

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