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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java106 public static final int NOTIFICATION_ID_PROGRESS = -1000004; field in class:BluetoothOppNotification
364 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build());
557 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n);
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java93 private static final int NOTIFICATION_ID_PROGRESS = 0; field in class:FileOperationService
271 notificationManager.cancel(jobId, NOTIFICATION_ID_PROGRESS);
339 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification);
345 job.id, NOTIFICATION_ID_PROGRESS, notification);
398 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification);
399 notificationManager.notify(candidate.id, NOTIFICATION_ID_PROGRESS,
409 notificationManager.cancel(job.id, NOTIFICATION_ID_PROGRESS);
474 mJob.id, NOTIFICATION_ID_PROGRESS, mJob.getProgressNotification());

Completed in 78 milliseconds