Searched refs:NOTIFICATION_ID_PROGRESS (Results 1 – 6 of 6) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperationService.java | 105 @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/ |
D | FileOperationServiceTest.java | 307 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/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotificationTest.java | 21 import static com.android.bluetooth.opp.BluetoothOppNotification.NOTIFICATION_ID_PROGRESS; 120 verify(mockNotificationManager).notify(eq(NOTIFICATION_ID_PROGRESS), argThat( in updateActiveNotification() 235 verify(mockNotificationManager).notify(eq(NOTIFICATION_ID_PROGRESS), argThat( in updateIncomingFileConfirmationNotification()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 115 public static final int NOTIFICATION_ID_PROGRESS = -1000004; field in BluetoothOppNotification 400 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification() 638 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n); in updateIncomingFileConfirmNotification()
|
D | BluetoothOppReceiver.java | 114 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
|
D | BluetoothOppUtility.java | 549 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()
|