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.java105 @VisibleForTesting static final int NOTIFICATION_ID_PROGRESS = 1; field in FileOperationService
298 notificationManager.cancel(jobId, NOTIFICATION_ID_PROGRESS); in handleCancel()
378 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification); in onStart()
386 NOTIFICATION_ID_PROGRESS, in onStart()
446 notificationManager.cancel(candidate.id, NOTIFICATION_ID_PROGRESS); in updateForegroundState()
450 notificationManager.notify(NOTIFICATION_ID_PROGRESS, notification); in updateForegroundState()
461 notificationManager.cancel(job.id, NOTIFICATION_ID_PROGRESS); in cleanUpNotification()
539 NOTIFICATION_ID_PROGRESS, in run()
/packages/apps/DocumentsUI/tests/functional/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/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java148 public static final int NOTIFICATION_ID_PROGRESS = -1000004; field in BluetoothOppNotification
451 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification()
808 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, builder.build()); in updateIncomingFileConfirmNotification()
816 mNotificationMgr.cancel(NOTIFICATION_ID_PROGRESS); in cancelOppNotifications()
DBluetoothOppReceiver.java120 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
DBluetoothOppUtility.java571 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()