Home
last modified time | relevance | path

Searched defs:createService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java167 private PowerManagerService createService() { in createService() method in PowerManagerServiceTest
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1500 public abstract T createService(ContextImpl ctx) throws ServiceNotFoundException; in createService() method in SystemServiceRegistry.CachedServiceFetcher
1524 public abstract T createService() throws ServiceNotFoundException; in createService() method in SystemServiceRegistry.StaticServiceFetcher
1557 public abstract T createService(Context applicationContext) throws ServiceNotFoundException; in createService() method in SystemServiceRegistry.StaticApplicationContextServiceFetcher
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceTest.java1582 private BackupManagerService createService() { in createService() method in BackupManagerServiceTest