Searched refs:getProgressNotification (Results 1 – 8 of 8) sorted by relevance
79 public Notification getProgressNotification() { in getProgressNotification() method in CompressJob80 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
86 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob87 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
449 : candidate.getProgressNotification(); in updateForegroundState()540 mJob.getProgressNotification()); in run()
78 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
147 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob154 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob155 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
188 abstract Notification getProgressNotification(); in getProgressNotification() method in Job
79 Notification getProgressNotification() { in getProgressNotification() method in TestJob
98 Notification progressNotification = job.getProgressNotification(); in runCopyEmptyDirTest()