Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/ambientcontext/
DAmbientContextManagerServiceTest.java62 AmbientContextManagerService.ClientRequest clientRequest = in testClientRequest()
63 new AmbientContextManagerService.ClientRequest(USER_ID, request, in testClientRequest()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerService.java65 public class AmbientContextManagerService extends class
66 AbstractMasterSystemService<AmbientContextManagerService,
68 private static final String TAG = AmbientContextManagerService.class.getSimpleName();
119 public AmbientContextManagerService(Context context) { in AmbientContextManagerService() method in AmbientContextManagerService
684 new AmbientContextShellCommand(AmbientContextManagerService.this).exec( in onShellCommand()
DWearableAmbientContextManagerPerUserService.java47 @NonNull AmbientContextManagerService master, Object lock, in WearableAmbientContextManagerPerUserService()
DDefaultAmbientContextManagerPerUserService.java47 @NonNull AmbientContextManagerService master, Object lock, in DefaultAmbientContextManagerPerUserService()
DAmbientContextShellCommand.java64 private final AmbientContextManagerService mService;
66 AmbientContextShellCommand(@NonNull AmbientContextManagerService service) { in AmbientContextShellCommand()
DAmbientContextManagerPerUserService.java63 AmbientContextManagerService> {
76 @NonNull AmbientContextManagerService master, Object lock, @UserIdInt int userId) { in AmbientContextManagerPerUserService()
/frameworks/base/services/java/com/android/server/
DSystemServer.java119 import com.android.server.ambientcontext.AmbientContextManagerService;
1933 mSystemServiceManager.startService(AmbientContextManagerService.class); in startOtherServices()