Home
last modified time | relevance | path

Searched refs:mExecution (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensorImpl.java44 private final Execution mExecution; field in ThresholdSensorImpl
72 mExecution = execution; in ThresholdSensorImpl()
116 mExecution.assertIsMainThread(); in register()
125 mExecution.assertIsMainThread(); in unregister()
135 mExecution.assertIsMainThread(); in pause()
145 mExecution.assertIsMainThread(); in resume()
157 mExecution.assertIsMainThread(); in registerInternal()
167 mExecution.assertIsMainThread(); in unregisterInternal()
186 mExecution.assertIsMainThread(); in onSensorEvent()
248 mExecution = execution; in Builder()
[all …]
H A DProximitySensorImpl.java66 private final Execution mExecution; field in ProximitySensorImpl
128 mExecution = execution; in ProximitySensorImpl()
140 mExecution.assertIsMainThread(); in setDelay()
150 mExecution.assertIsMainThread(); in pause()
160 mExecution.assertIsMainThread(); in resume()
195 mExecution.assertIsMainThread(); in register()
209 mExecution.assertIsMainThread(); in registerInternal()
226 mExecution.assertIsMainThread(); in chooseSensor()
247 mExecution.assertIsMainThread(); in unregister()
270 mExecution.assertIsMainThread(); in unregisterInternal()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsDisplayModeTest.java61 private final FakeExecution mExecution = new FakeExecution(); field in UdfpsDisplayModeTest
76 mHbmController = new UdfpsDisplayMode(contextSpy, mExecution, mAuthController, in setUp()
H A DAuthControllerTest.java201 private Execution mExecution; field in AuthControllerTest
215 mExecution = new FakeExecution(); in setup()
1091 mExecution, mCommandQueue, mActivityTaskManager, mWindowManager, in TestableAuthController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java126 private final Execution mExecution; field in AuthController
249 mExecution.assertIsMainThread(); in cancelIfOwnerIsNotInForeground()
280 mExecution.assertIsMainThread(); in handleAllFingerprintAuthenticatorsRegistered()
315 mUdfpsController.setUdfpsDisplayMode(new UdfpsDisplayMode(mContext, mExecution, in handleAllFingerprintAuthenticatorsRegistered()
340 mExecution.assertIsMainThread(); in handleAllFaceAuthenticatorsRegistered()
361 mExecution.assertIsMainThread(); in handleEnrollmentsChanged()
776 mExecution = execution; in AuthController()
H A DUdfpsController.java146 private final Execution mExecution; field in UdfpsController
854 mExecution = execution; in UdfpsController()
978 mExecution.assertIsMainThread(); in showUdfpsOverlay()
1003 mExecution.assertIsMainThread(); in hideUdfpsOverlay()
1186 mExecution.assertIsMainThread(); in onFingerDown()
1273 mExecution.assertIsMainThread(); in onFingerUp()