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.java75 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
DMoveJob.java82 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob
DCompressJob.java79 public Notification getProgressNotification() { in getProgressNotification() method in CompressJob
DCopyJob.java140 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob
167 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob
DJob.java182 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