Home
last modified time | relevance | path

Searched refs:startAndKeepTestActivity (Results 1 – 3 of 3) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java121 void startAndKeepTestActivity() { in startAndKeepTestActivity() method in TestAppInterface
122 startAndKeepTestActivity(false); in startAndKeepTestActivity()
125 void startAndKeepTestActivity(boolean waitForResume) { in startAndKeepTestActivity() method in TestAppInterface
DJobThrottlingTest.java239 mTestAppInterface.startAndKeepTestActivity(); in testForegroundJobsStartImmediately()
297 mTestAppInterface.startAndKeepTestActivity(true); in testRestrictedJobAllowedWhenUidActive()
343 mTestAppInterface.startAndKeepTestActivity(true); in testRestrictedEJAllowedWhenUidActive()
DConnectivityConstraintTest.java373 mTestAppInterface.startAndKeepTestActivity(); in testCellularConstraintExecutedAndStopped_Foreground()
474 mTestAppInterface.startAndKeepTestActivity(); in testFgExpeditedJobBypassesDataSaver()