Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java102 @VisibleForTesting static final int NOTIFICATION_ID_PROGRESS = 1; field in FileOperationService
295 notificationManager.cancel(jobId, NOTIFICATION_ID_PROGRESS); in handleCancel()
375 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification); in onStart()
383 NOTIFICATION_ID_PROGRESS, in onStart()
443 notificationManager.cancel(candidate.id, NOTIFICATION_ID_PROGRESS); in updateForegroundState()
447 notificationManager.notify(NOTIFICATION_ID_PROGRESS, notification); in updateForegroundState()
458 notificationManager.cancel(job.id, NOTIFICATION_ID_PROGRESS); in cleanUpNotification()
536 NOTIFICATION_ID_PROGRESS, in run()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java307 FileOperationService.NOTIFICATION_ID_PROGRESS, null); in testNotificationUpdateAfterForegroundJobSwitch()
311 FileOperationService.NOTIFICATION_ID_PROGRESS, job2.id); in testNotificationUpdateAfterForegroundJobSwitch()
316 FileOperationService.NOTIFICATION_ID_PROGRESS, null); in testNotificationUpdateAfterForegroundJobSwitch()
318 FileOperationService.NOTIFICATION_ID_PROGRESS, job2.id); in testNotificationUpdateAfterForegroundJobSwitch()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java110 public static final int NOTIFICATION_ID_PROGRESS = -1000004; field in BluetoothOppNotification
393 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification()
596 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n); in updateIncomingFileConfirmNotification()
DBluetoothOppReceiver.java109 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
DBluetoothOppUtility.java457 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()