Home
last modified time | relevance | path

Searched defs:getFailureNotification (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
DTestJob.java58 Notification getFailureNotification() { in getFailureNotification() method in TestJob
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
DDeleteJob.java72 Notification getFailureNotification() { in getFailureNotification() method in DeleteJob
DMoveJob.java79 Notification getFailureNotification() { in getFailureNotification() method in MoveJob
DJob.java132 abstract Notification getFailureNotification(); in getFailureNotification() method in Job
208 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) { in getFailureNotification() method in Job
DCopyJob.java195 Notification getFailureNotification() { in getFailureNotification() method in CopyJob