Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCompressJob.java79 public Notification getProgressNotification() { in getProgressNotification() method in CompressJob
80 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
DMoveJob.java85 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob
86 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
DFileOperationService.java446 : candidate.getProgressNotification(); in updateForegroundState()
537 mJob.getProgressNotification()); in run()
DCopyJob.java137 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob
144 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob
145 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
DDeleteJob.java77 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
DJob.java186 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
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DAbstractCopyJobTest.java98 Notification progressNotification = job.getProgressNotification(); in runCopyEmptyDirTest()