Searched defs:environment (Results 1 – 10 of 10) sorted by relevance
68 public AsyncRunner getAsyncRunner(FilterContext environment) { in getAsyncRunner()76 public GraphRunner getSyncRunner(FilterContext environment) { in getSyncRunner()
58 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment()
80 abstract void initialize(@NonNull Environment environment, @NonNull Callback callback); in initialize()
265 ControllerEnvironmentImpl environment = new ControllerEnvironmentImpl( in startOnDomainThread() local
103 void initialize(@NonNull Environment environment, @NonNull Callback callback) { in initialize()
215 Environment environment = new EnvironmentImpl(context, handler, serviceConfigAccessor); in create() local220 public TimeZoneDetectorStrategyImpl(@NonNull Environment environment) { in TimeZoneDetectorStrategyImpl()
74 UserEnvironment environment = new UserEnvironment(userId); in onStartJob() local
194 TimeDetectorStrategyImpl.Environment environment = in create() local200 TimeDetectorStrategyImpl(@NonNull Environment environment) { in TimeDetectorStrategyImpl()
1072 LocationTimeZoneProviderController.Environment environment, in assertUncertaintyTimeoutSet()
90 public final EnvironmentForMock environment; field in MockSystemServices