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()
85 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob86 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
446 : candidate.getProgressNotification(); in updateForegroundState()537 mJob.getProgressNotification()); in run()
137 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob144 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob145 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
77 public Notification getProgressNotification() { in getProgressNotification() method in DeleteJob
186 abstract Notification getProgressNotification(); in getProgressNotification() method in Job
79 Notification getProgressNotification() { in getProgressNotification() method in TestJob
98 Notification progressNotification = job.getProgressNotification(); in runCopyEmptyDirTest()