Searched refs:getProgressNotification (Results 1 – 3 of 3) sorted by relevance
74 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob75 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
135 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob162 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob163 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
331 job.id, NOTIFICATION_ID_PROGRESS, job.getProgressNotification()); in onProgress()