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.java83 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
DMoveJob.java91 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob
DCompressJob.java84 public Notification getProgressNotification() { in getProgressNotification() method in CompressJob
DCopyJob.java151 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob
158 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