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.java1022 final int maxReturnedServices = 10; in testRunningServices() local
1035 assertEquals(0, am.getRunningServices(maxReturnedServices).size()); in testRunningServices()
1043 assertEquals(0, am.getRunningServices(maxReturnedServices).size()); in testRunningServices()
1051 … List<ActivityManager.RunningServiceInfo> services = am.getRunningServices(maxReturnedServices); in testRunningServices()
1071 assertEquals(0, am.getRunningServices(maxReturnedServices).size()); in testRunningServices()