Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
DVibratorManagerServiceTest.java195 private VibratorManagerService createService() { in createService() method in VibratorManagerServiceTest
/frameworks/base/services/core/java/com/android/server/speech/
DSpeechRecognitionManagerServiceImpl.java209 private RemoteSpeechRecognitionService createService( in createService() method in SpeechRecognitionManagerServiceImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/power/hint/
DHintManagerServiceTest.java98 private HintManagerService createService() { in createService() method in HintManagerServiceTest
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1596 TServiceClass createService(); in createService() method
1615 TServiceClass createService(@NonNull IBinder serviceBinder); in createService() method
1637 TServiceClass createService(@NonNull Context context); in createService() method
1658 TServiceClass createService(@NonNull Context context, @NonNull IBinder serviceBinder); in createService() method
1890 public abstract T createService(ContextImpl ctx) throws ServiceNotFoundException; in createService() method in SystemServiceRegistry.CachedServiceFetcher
1914 public abstract T createService() throws ServiceNotFoundException; in createService() method in SystemServiceRegistry.StaticServiceFetcher
1947 public abstract T createService(Context applicationContext) throws ServiceNotFoundException; in createService() method in SystemServiceRegistry.StaticApplicationContextServiceFetcher
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java213 private PowerManagerService createService() { in createService() method in PowerManagerServiceTest
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerServiceRoboTest.java1614 private BackupManagerService createService() { in createService() method in BackupManagerServiceRoboTest