Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DFileOperationServiceTest.java268 mForegroundManager.assertInForeground(); in testRunsInForeground_MultipleJobs()
271 mForegroundManager.assertInForeground(); in testRunsInForeground_MultipleJobs()
279 mForegroundManager.assertInForeground(); in testFinishesInBackground_MultipleJobs()
282 mForegroundManager.assertInForeground(); in testFinishesInBackground_MultipleJobs()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestForegroundManager.java49 void assertInForeground() { in assertInForeground() method in TestForegroundManager