Searched refs:AmbientContextManagerService (Results 1 – 7 of 7) sorted by relevance
62 AmbientContextManagerService.ClientRequest clientRequest = in testClientRequest()63 new AmbientContextManagerService.ClientRequest(USER_ID, request, in testClientRequest()
65 public class AmbientContextManagerService extends class66 AbstractMasterSystemService<AmbientContextManagerService,68 private static final String TAG = AmbientContextManagerService.class.getSimpleName();119 public AmbientContextManagerService(Context context) { in AmbientContextManagerService() method in AmbientContextManagerService684 new AmbientContextShellCommand(AmbientContextManagerService.this).exec( in onShellCommand()
47 @NonNull AmbientContextManagerService master, Object lock, in WearableAmbientContextManagerPerUserService()
47 @NonNull AmbientContextManagerService master, Object lock, in DefaultAmbientContextManagerPerUserService()
64 private final AmbientContextManagerService mService;66 AmbientContextShellCommand(@NonNull AmbientContextManagerService service) { in AmbientContextShellCommand()
63 AmbientContextManagerService> {76 @NonNull AmbientContextManagerService master, Object lock, @UserIdInt int userId) { in AmbientContextManagerPerUserService()
119 import com.android.server.ambientcontext.AmbientContextManagerService;1933 mSystemServiceManager.startService(AmbientContextManagerService.class); in startOtherServices()