Home
last modified time | relevance | path

Searched refs:setNotificationAtStart (Results 1 – 2 of 2) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNotificationTest.java94 kTestEnvironment.setNotificationAtStart(notificationId, notification, in testNotificationJobEndDetach()
131 kTestEnvironment.setNotificationAtStart(notificationId, notification, in testNotificationJobEndRemove()
418 kTestEnvironment.setNotificationAtStart(notificationId, notification, in testUserInitiatedJobNotificationBehavior()
470 kTestEnvironment.setNotificationAtStart(notificationId, notification, in testNonUserInitiatedJobNotificationBehavior()
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java637 public void setNotificationAtStart(int notificationId, in setNotificationAtStart() method in MockJobService.TestEnvironment