Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCompressJob.java79 public Notification getProgressNotification() { in getProgressNotification() method in CompressJob
80 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
H A DMoveJob.java86 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob
87 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
H A DFileOperationService.java449 : candidate.getProgressNotification(); in updateForegroundState()
540 mJob.getProgressNotification()); in run()
H A DDeleteJob.java78 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
H A DCopyJob.java147 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob
154 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob
155 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
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
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DAbstractCopyJobTest.java98 Notification progressNotification = job.getProgressNotification(); in runCopyEmptyDirTest()