Home
last modified time | relevance | path

Searched refs:getFailureNotification (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJob.java89 Notification getFailureNotification() { in getFailureNotification() method in TestJob
91 return getFailureNotification( in getFailureNotification()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DDeleteJob.java89 Notification getFailureNotification() { in getFailureNotification() method in DeleteJob
90 return getFailureNotification( in getFailureNotification()
DCompressJob.java84 Notification getFailureNotification() { in getFailureNotification() method in CompressJob
85 return getFailureNotification( in getFailureNotification()
DMoveJob.java90 Notification getFailureNotification() { in getFailureNotification() method in MoveJob
91 return getFailureNotification( in getFailureNotification()
DJob.java187 abstract Notification getFailureNotification(); in getFailureNotification() method in Job
284 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) { in getFailureNotification() method in Job
DCopyJob.java159 Notification getFailureNotification() { in getFailureNotification() method in CopyJob
160 return getFailureNotification( in getFailureNotification()
DFileOperationService.java468 job.id, NOTIFICATION_ID_FAILURE, job.getFailureNotification()); in cleanUpNotification()