Searched defs:notificationManager (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java121 @VisibleForTesting NotificationManager notificationManager; field in class:FileOperationService
157 if (notificationManager == null) {
158 notificationManager = getSystemService(NotificationManager.class);
174 notificationManager.createNotificationChannel(channel);
280 notificationManager.cancel(jobId, NOTIFICATION_ID_PROGRESS);
353 notificationManager.notify(
357 JobMonitor monitor = new JobMonitor(job, notificationManager, handler);
408 notificationManager.notify(candidate.id, NOTIFICATION_ID_PROGRESS,
418 notificationManager.cancel(job.id, NOTIFICATION_ID_PROGRESS);
427 notificationManager
462 JobMonitor(Job job, NotificationManager notificationManager, Handler handler) argument
[all...]

Completed in 76 milliseconds