Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java1682 mSystemServiceManager.startServiceFromJar(BLUETOOTH_SERVICE_CLASS, in startOtherServices()
2037 mSystemServiceManager.startServiceFromJar(NETWORK_STATS_SERVICE_INITIALIZER_CLASS, in startOtherServices()
2056 mSystemServiceManager.startServiceFromJar( in startOtherServices()
2060 mSystemServiceManager.startServiceFromJar( in startOtherServices()
2078 mSystemServiceManager.startServiceFromJar( in startOtherServices()
2086 mSystemServiceManager.startServiceFromJar( in startOtherServices()
2094 mSystemServiceManager.startServiceFromJar( in startOtherServices()
2119 mSystemServiceManager.startServiceFromJar(CONNECTIVITY_SERVICE_INITIALIZER_CLASS, in startOtherServices()
2715 mSystemServiceManager.startServiceFromJar( in startOtherServices()
2721 mSystemServiceManager.startServiceFromJar( in startOtherServices()
[all …]
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java167 public SystemService startServiceFromJar(String className, String path) { in startServiceFromJar() method in SystemServiceManager
/frameworks/base/services/
Dart-wear-profile2952 PLcom/android/server/SystemServiceManager;->startServiceFromJar(Ljava/lang/String;Ljava/lang/String…