Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DDreamOverlayTouchMonitorTest.java234 environment.executeAll(); in testSessionCount()
287 environment.executeAll(); in testInputEventPropagationAfterRemoval()
377 environment.executeAll(); in testPush()
391 environment.executeAll(); in testPush()
396 environment.executeAll(); in testPush()
420 environment.executeAll(); in testPop()
471 environment.executeAll(); in testDeferredPauseWithActiveSessions()
531 environment.publishGestureEvent( in testPilfering()
537 environment.publishGestureEvent( in testPilfering()
559 environment.executeAll(); in testOnRemovedCallbackOnStopMonitoring()
[all …]
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java68 public AsyncRunner getAsyncRunner(FilterContext environment) { in getAsyncRunner() argument
70 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()
76 public GraphRunner getSyncRunner(FilterContext environment) { in getSyncRunner() argument
78 mSyncRunner = new SyncRunner(environment, mGraph, RoundRobinScheduler.class); in getSyncRunner()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DNetworkTimeHelper.java59 TimeDetectorNetworkTimeHelper.Environment environment = in create() local
61 return new TimeDetectorNetworkTimeHelper(environment, injectTimeCallback); in create()
H A DTimeDetectorNetworkTimeHelper.java131 @NonNull Environment environment, @NonNull InjectTimeCallback injectTimeCallback) { in TimeDetectorNetworkTimeHelper()
133 mEnvironment = Objects.requireNonNull(environment); in TimeDetectorNetworkTimeHelper()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterContext.java58 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment() argument
60 mGLEnvironment = environment; in initGLEnvironment()
/aosp14/frameworks/base/startop/apps/ColorChanging/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
H A Dgradle.properties5 # For more details on how to configure your build environment visit
/aosp14/system/core/rootdir/
H A Dinit.environ.rc.in1 # set up the global environment
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDiskStatsLoggingService.java74 UserEnvironment environment = new UserEnvironment(userId); in onStartJob() local
77 environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)); in onStartJob()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DLocationTimeZoneManagerService.java289 LocationTimeZoneProviderControllerEnvironmentImpl environment = in startOnDomainThread() local
294 controller.initialize(environment, callback); in startOnDomainThread()
296 mLocationTimeZoneProviderControllerEnvironment = environment; in startOnDomainThread()
H A DLocationTimeZoneProviderController.java206 void initialize(@NonNull Environment environment, @NonNull Callback callback) { in initialize() argument
211 mEnvironment = Objects.requireNonNull(environment); in initialize()
213 mCurrentUserConfiguration = environment.getCurrentUserConfigurationInternal(); in initialize()
/aosp14/frameworks/base/packages/SettingsLib/Spa/
H A Dgradlew.bat48 echo Please set the JAVA_HOME variable in your environment to match the
62 echo Please set the JAVA_HOME variable in your environment to match the
H A Dgradle.properties21 # For more details on how to configure your build environment visit
/aosp14/frameworks/base/tests/TouchLatency/
H A Dgradlew.bat48 echo Please set the JAVA_HOME variable in your environment to match the
62 echo Please set the JAVA_HOME variable in your environment to match the
H A Dgradle.properties7 # For more details on how to configure your build environment visit
/aosp14/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.bp16 // automatically get all of its classes loaded into our environment.
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java101 public final EnvironmentForMock environment; field in MockSystemServices
159 environment = mock(EnvironmentForMock.class); in MockSystemServices()
255 return environment.getUserSystemDirectory(userId); in MockSystemServices()
337 when(environment.getUserSystemDirectory(eq(userId))).thenReturn(dir); in addUser()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImpl.java250 Environment environment = new EnvironmentImpl(handler); in create() local
251 return new TimeZoneDetectorStrategyImpl(serviceConfigAccessor, environment); in create()
257 @NonNull Environment environment) { in TimeZoneDetectorStrategyImpl() argument
258 mEnvironment = Objects.requireNonNull(environment); in TimeZoneDetectorStrategyImpl()
/aosp14/frameworks/base/packages/EasterEgg/
H A Dgradle.properties5 # For more details on how to configure your build environment visit
/aosp14/system/core/trusty/confirmationui/
H A DREADME5 a trusted execution environment (TEE), without having to rely on Linux and the Android
/aosp14/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.bp42 // our environment.
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DTimeDetectorStrategyImpl.java194 TimeDetectorStrategyImpl.Environment environment = new EnvironmentImpl(context, handler); in create() local
195 return new TimeDetectorStrategyImpl(environment, serviceConfigAccessor); in create()
199 TimeDetectorStrategyImpl(@NonNull Environment environment, in TimeDetectorStrategyImpl() argument
201 mEnvironment = Objects.requireNonNull(environment); in TimeDetectorStrategyImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DEventLogTags.logtags18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
/aosp14/system/core/init/
H A DREADME.ueventd.md140 Ueventd will provide the uevent `DEVPATH` and `FIRMWARE` to this external program on the environment
141 via environment variables with the same names. Ueventd will use the string written to stdout as the
/aosp14/frameworks/base/boot/
H A DAndroid.bp51 // allow it to generate the bootclasspath related environment variables

12