Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/HasLauncherActivityApp/src/com/android/cts/haslauncheractivityapp/
DEmptyService.java22 public class EmptyService extends Service { class
23 public EmptyService() { in EmptyService() method in EmptyService
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/src/com/android/cts/splitapp/feature/warm/
DEmptyService.java23 public class EmptyService extends Service { class
/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/
DEmptyService.java23 public class EmptyService extends Service { class
/cts/tests/tests/os/src/android/os/cts/
DEmptyService.java24 public class EmptyService extends Service { class
/cts/tests/app/FgsStartTest/test/src/android/app/cts/fgsstarttest/
DActivityManagerNewFgsLogicTest.java24 import android.app.fgsstarttesthelper.EmptyService;
199 new ComponentName(helperPackageName, EmptyService.class.getName())); in cleanUpHelperAppState()