| /work/work-runtime/src/androidTest/java/androidx/work/impl/foreground/ |
| D | SystemForegroundDispatcherTest.kt | 125 val notification = mock(Notification::class.java) in testStartForeground_workSpecHasNoConstraints() constant 144 val notification = mock(Notification::class.java) in testStartForeground_trackConstraints_workSpecHasConstraints() constant 166 val notification = mock(Notification::class.java) in testStartForeground() constant 178 val notification = mock(Notification::class.java) in testNotify() constant 192 val notification = mock(Notification::class.java) in testPromoteWorkSpecForStartForeground() constant 226 val notification = mock(Notification::class.java) in promoteWorkSpecForStartForeground2() constant 266 val notification = mock(Notification::class.java) in promoteWorkSpecForStartForeground3() constant 304 val notification = mock(Notification::class.java) in testRestartFromEmpty() constant 340 val notification = mock(Notification::class.java) in testUpdateNotificationWithDifferentForegroundServiceType() constant 378 val notification = mock(Notification::class.java) in testStartForeground_trackConstraints_constraintsUnMet() constant [all …]
|
| /work/work-runtime/src/main/java/androidx/work/impl/foreground/ |
| D | SystemForegroundService.java | 136 final @NonNull Notification notification) { in startForeground() 151 public void notify(final int notificationId, final @NonNull Notification notification) { in notify() 174 static void startForeground(Service service, int id, Notification notification, in startForeground() 186 static void startForeground(Service service, int id, Notification notification, in startForeground()
|
| D | SystemForegroundDispatcher.java | 293 Notification notification = intent.getParcelableExtra(KEY_NOTIFICATION); in handleNotify() local 453 @NonNull Notification notification); in startForeground() 459 void notify(int notificationId, @NonNull Notification notification); in notify()
|
| /work/work-runtime/src/androidTest/java/androidx/work/impl/utils/ |
| D | WorkForegroundUpdaterTest.kt | 63 val notification = mock(Notification::class.java) in setUp() constant 113 val notification = mock(Notification::class.java) in setForeground_throwsException() constant
|
| /work/work-lint/src/test/java/androidx/work/lint/ |
| D | SpecifyForegroundServiceTypeIssueDetectorTest.kt | 40 val notification = Notification() in failWhenServiceTypeIsNotSpecified() constant 102 val notification = Notification() in failWhenSpecifiedServiceTypeIsInSufficient() constant 166 val notification = Notification() in passWhenCorrectForegroundServiceTypeSpecified() constant 222 val notification = Notification() in passWhenMultipleForegroundServiceTypeSpecified() constant
|
| /work/work-runtime/src/main/java/androidx/work/ |
| D | ForegroundInfo.java | 46 public ForegroundInfo(int notificationId, @NonNull Notification notification) { in ForegroundInfo() 63 @NonNull Notification notification, in ForegroundInfo()
|
| /work/work-runtime/src/androidTest/java/androidx/work/worker/ |
| D | StopAwareForegroundWorker.kt | 42 val notification = in getNotification() constant
|
| D | TestForegroundWorker.kt | 39 val notification = in getNotification() constant
|
| /work/work-multiprocess/src/androidTest/java/androidx/work/multiprocess/ |
| D | ParcelableForegroundInfoTest.kt | 53 val notification = in converterTest1() constant
|
| /work/work-multiprocess/src/main/java/androidx/work/multiprocess/parcelable/ |
| D | ParcelableForegroundRequestInfo.java | 55 Notification notification = in.readParcelable(getClass().getClassLoader()); in ParcelableForegroundRequestInfo() local
|
| /work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/ |
| D | ForegroundWorker.kt | 75 val notification = in getForegroundInfo() constant
|
| D | ForegroundLocationWorker.kt | 94 val notification = in getForegroundInfo() constant
|
| D | RemoteWorker.kt | 99 val notification = in <lambda>() constant
|
| /work/work-runtime/src/androidTest/java/androidx/work/impl/ |
| D | ProcessorTests.kt | 79 val notification = in <lambda>() constant
|
| D | WorkerWrapperTestKt.kt | 305 val notification = in <lambda>() constant
|