Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java904 final int maxReturnedServices = 10; in testRunningServices() local
917 assertEquals(0, am.getRunningServices(maxReturnedServices).size()); in testRunningServices()
925 assertEquals(0, am.getRunningServices(maxReturnedServices).size()); in testRunningServices()
933 … List<ActivityManager.RunningServiceInfo> services = am.getRunningServices(maxReturnedServices); in testRunningServices()
953 assertEquals(0, am.getRunningServices(maxReturnedServices).size()); in testRunningServices()