Home
last modified time | relevance | path

Searched defs:execution (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensorImpl.java70 Execution execution, float threshold, float thresholdLatch, int sensorDelay) { in ThresholdSensorImpl()
245 Builder(@Main Resources resources, AsyncSensorManager sensorManager, Execution execution) { in Builder()
372 Execution execution) { in BuilderFactory()
H A DPostureDependentProximitySensor.java50 Execution execution, in PostureDependentProximitySensor()
H A DProximitySensorImpl.java124 Execution execution) { in ProximitySensorImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DGlobalConcurrencyModule.java110 public abstract Execution provideExecution(ExecutionImpl execution); in provideExecution()
/aosp14/frameworks/base/core/java/android/os/
H A DTestLooperManager.java122 MessageExecution execution = new MessageExecution(); in execute() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt187 private val execution = FakeExecution() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerTest.java257 Execution execution = new FakeExecution(); in setUp() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java813 @NonNull Execution execution, in UdfpsController()
H A DAuthController.java750 Execution execution, in AuthController()