Searched refs:EXTRA_SET_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | NotificationTest.java | 165 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testNotificationRemovedOnForceStop() 203 Map.of(TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true), in testNotificationRemovedOnPackageRestriction() 244 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testNotificationRemovedOnTaskManagerStop() 281 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, false in testNotification_userInitiated_anrWhenNotProvided() 311 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testNotification_userInitiated_noAnrWhenProvided() 339 Map.of(TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, false), in testNotification_regular_noAnrWhenNotProvided() 362 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testUserInitiatedJob_hasUijNotificationFlag() 383 Map.of(TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true), in testNonUserInitiatedJob_doesNotHaveUijNotificationFlag()
|
D | UserInitiatedJobTest.java | 142 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true, in testJobUidState() 171 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testTopUiUnlimited() 205 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testRestrictedBalToTop() 251 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testRestrictedToggling() 286 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testRestrictedTopToBg() 322 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true, in testRestrictedUidState() 457 TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION, true in testSchedulingUij()
|
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
D | TestJobSchedulerReceiver.java | 65 public static final String EXTRA_SET_NOTIFICATION = PACKAGE_NAME + ".extra.SET_NOTIFICATION"; field in TestJobSchedulerReceiver 111 extras.putBoolean(EXTRA_SET_NOTIFICATION, in onReceive() 112 intent.getBooleanExtra(EXTRA_SET_NOTIFICATION, false)); in onReceive()
|
D | TestJobService.java | 20 import static android.jobscheduler.cts.jobtestapp.TestJobSchedulerReceiver.EXTRA_SET_NOTIFICATION; 73 if (transientExtras.getBoolean(EXTRA_SET_NOTIFICATION)) { in onStartJob()
|