Home
last modified time | relevance | path

Searched refs:getWarningNotification (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestJob.java96 Notification getWarningNotification() { in getWarningNotification() method in TestJob
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DDeleteJob.java96 Notification getWarningNotification() { in getWarningNotification() method in DeleteJob
H A DJob.java191 abstract Notification getWarningNotification(); in getWarningNotification() method in Job
H A DFileOperationService.java479 job.id, NOTIFICATION_ID_WARNING, job.getWarningNotification()); in cleanUpNotification()
H A DCopyJob.java175 Notification getWarningNotification() { in getWarningNotification() method in CopyJob