Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DUserInitiatedJobTest.java139 mTestAppInterface.postUiInitiatingNotification( in testJobUidState()
202 mTestAppInterface.postUiInitiatingNotification( in testRestrictedBalToTop()
248 mTestAppInterface.postUiInitiatingNotification( in testRestrictedToggling()
319 mTestAppInterface.postUiInitiatingNotification( in testRestrictedUidState()
349 mTestAppInterface.postUiInitiatingNotification( in testSchedulingBal()
DNotificationTest.java278 testAppInterface.postUiInitiatingNotification( in testNotification_userInitiated_anrWhenNotProvided()
308 testAppInterface.postUiInitiatingNotification( in testNotification_userInitiated_noAnrWhenProvided()
338 testAppInterface.postUiInitiatingNotification( in testNotification_regular_noAnrWhenNotProvided()
DConnectivityConstraintTest.java588 mTestAppInterface.postUiInitiatingNotification( in testUserInitiatedJobExecutes_DozeOn()
952 mTestAppInterface.postUiInitiatingNotification( in testBgUiJobBypassesDataSaver()
1015 mTestAppInterface.postUiInitiatingNotification( in testBgNonUiJobDoesNotBypassDataSaverWhenUiJobRunning()
DJobThrottlingTest.java463 mTestAppInterface.postUiInitiatingNotification( in testBackgroundUIJsThermal()
984 mTestAppInterface.postUiInitiatingNotification( in testUserInitiatedJobBypassesBatterySaverOn()
1007 mTestAppInterface.postUiInitiatingNotification( in testUserInitiatedJobBypassesBatterySaver_toggling()
1033 mTestAppInterface.postUiInitiatingNotification( in testUserInitiatedJobBypassesDeviceIdle()
1055 mTestAppInterface.postUiInitiatingNotification( in testUserInitiatedJobBypassesDeviceIdle_toggling()
DTestAppInterface.java208 void postUiInitiatingNotification(Map<String, Boolean> booleanExtras, in postUiInitiatingNotification() method in TestAppInterface