Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
DMoveJob.java74 public Notification getProgressNotification() { in getProgressNotification() method in MoveJob
75 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
DCopyJob.java135 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() method in CopyJob
162 public Notification getProgressNotification() { in getProgressNotification() method in CopyJob
163 return getProgressNotification(R.string.copy_remaining); in getProgressNotification()
DFileOperationService.java331 job.id, NOTIFICATION_ID_PROGRESS, job.getProgressNotification()); in onProgress()