Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/broadcastradio/
DIRadioServiceAidlImpl.java62 ArrayList<String> serviceList = new ArrayList<>(); in getServicesNames() local
66 serviceList.add(SERVICE_NAMES.get(i)); in getServicesNames()
69 return serviceList; in getServicesNames()
72 IRadioServiceAidlImpl(BroadcastRadioService service, ArrayList<String> serviceList) { in IRadioServiceAidlImpl() argument
73 this(service, new BroadcastRadioServiceImpl(serviceList)); in IRadioServiceAidlImpl()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerService.java224 List<AmbientContextManagerPerUserService> serviceList = in newServiceListLocked() local
231 serviceList.add( in newServiceListLocked()
238 serviceList.add( in newServiceListLocked()
245 return serviceList; in newServiceListLocked()
255 serviceList.add(new in newServiceListLocked()
260 serviceList.add(new DefaultAmbientContextManagerPerUserService( in newServiceListLocked()
266 return serviceList; in newServiceListLocked()
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java631 List<S> serviceList = peekServiceListForUserLocked(userId); in peekServiceForUserLocked() local
632 return serviceList == null || serviceList.size() == 0 ? null : serviceList.get(0); in peekServiceForUserLocked()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DCredentialManagerService.java188 List<CredentialManagerServiceImpl> serviceList = new ArrayList<>(serviceNames.length); in newServiceListLocked() local
194 serviceList.add( in newServiceListLocked()
200 return serviceList; in newServiceListLocked()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java285 List<TvAdServiceInfo> serviceList = new ArrayList<>(); in buildTvAdServiceListLocked() local
299 serviceList.add(info); in buildTvAdServiceListLocked()
308 Collections.sort(serviceList, Comparator.comparing(TvAdServiceInfo::getId)); in buildTvAdServiceListLocked()
310 for (TvAdServiceInfo info : serviceList) { in buildTvAdServiceListLocked()