Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A 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()
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java112 public static final int NOTIFICATION_ID_PROGRESS = -1000004; field in BluetoothOppNotification
397 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification()
650 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n); in updateIncomingFileConfirmNotification()
H A DBluetoothOppReceiver.java111 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
H A DBluetoothOppUtility.java483 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()