/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/ |
H A D | DreamOverlayTouchMonitorTest.java | 234 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 D | GraphEnvironment.java | 68 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 D | NetworkTimeHelper.java | 59 TimeDetectorNetworkTimeHelper.Environment environment = in create() local 61 return new TimeDetectorNetworkTimeHelper(environment, injectTimeCallback); in create()
|
H A D | TimeDetectorNetworkTimeHelper.java | 131 @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 D | FilterContext.java | 58 public void initGLEnvironment(GLEnvironment environment) { in initGLEnvironment() argument 60 mGLEnvironment = environment; in initGLEnvironment()
|
/aosp14/frameworks/base/startop/apps/ColorChanging/ |
H A D | gradlew.bat | 29 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 D | gradle.properties | 5 # For more details on how to configure your build environment visit
|
/aosp14/system/core/rootdir/ |
H A D | init.environ.rc.in | 1 # set up the global environment
|
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | DiskStatsLoggingService.java | 74 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 D | LocationTimeZoneManagerService.java | 289 LocationTimeZoneProviderControllerEnvironmentImpl environment = in startOnDomainThread() local 294 controller.initialize(environment, callback); in startOnDomainThread() 296 mLocationTimeZoneProviderControllerEnvironment = environment; in startOnDomainThread()
|
H A D | LocationTimeZoneProviderController.java | 206 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 D | gradlew.bat | 48 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 D | gradle.properties | 21 # For more details on how to configure your build environment visit
|
/aosp14/frameworks/base/tests/TouchLatency/ |
H A D | gradlew.bat | 48 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 D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/aosp14/frameworks/base/tests/SmokeTest/tests/ |
H A D | Android.bp | 16 // automatically get all of its classes loaded into our environment.
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | MockSystemServices.java | 101 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 D | TimeZoneDetectorStrategyImpl.java | 250 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 D | gradle.properties | 5 # For more details on how to configure your build environment visit
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | README | 5 a trusted execution environment (TEE), without having to rely on Linux and the Android
|
/aosp14/frameworks/base/packages/WAPPushManager/tests/ |
H A D | Android.bp | 42 // our environment.
|
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImpl.java | 194 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 D | EventLogTags.logtags | 18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
|
/aosp14/system/core/init/ |
H A D | README.ueventd.md | 140 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 D | Android.bp | 51 // allow it to generate the bootclasspath related environment variables
|