Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java873 fetchServiceInfo(this /*context*/, mDreamComponent)); in onCreate()
1265 final ServiceInfo serviceInfo = fetchServiceInfo(this, in attach()
1411 private static ServiceInfo fetchServiceInfo(Context context, ComponentName componentName) { in fetchServiceInfo() method in DreamService