Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerService.java46 import com.android.server.ambientcontext.AmbientContextManagerPerUserService.ServiceType;
67 AmbientContextManagerPerUserService> {
210 protected AmbientContextManagerPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
217 protected List<AmbientContextManagerPerUserService> newServiceListLocked(int resolvedUserId, in newServiceListLocked()
224 List<AmbientContextManagerPerUserService> serviceList = in newServiceListLocked()
236 AmbientContextManagerPerUserService.ServiceType.DEFAULT, in newServiceListLocked()
243 AmbientContextManagerPerUserService.ServiceType.WEARABLE, in newServiceListLocked()
254 == AmbientContextManagerPerUserService.ServiceType.WEARABLE) { in newServiceListLocked()
258 AmbientContextManagerPerUserService.ServiceType.WEARABLE, serviceName)); in newServiceListLocked()
262 AmbientContextManagerPerUserService.ServiceType.DEFAULT, serviceName)); in newServiceListLocked()
[all …]
DAmbientContextManagerPerUserService.java61 abstract class AmbientContextManagerPerUserService extends class
62 AbstractPerUserSystemService<AmbientContextManagerPerUserService,
65 AmbientContextManagerPerUserService.class.getSimpleName();
75 AmbientContextManagerPerUserService( in AmbientContextManagerPerUserService() method in AmbientContextManagerPerUserService
DWearableAmbientContextManagerPerUserService.java34 AmbientContextManagerPerUserService {
DDefaultAmbientContextManagerPerUserService.java34 AmbientContextManagerPerUserService {
DAmbientContextShellCommand.java262 AmbientContextManagerPerUserService.ServiceType.DEFAULT);