Home
last modified time | relevance | path

Searched refs:updateContext (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
H A DBiometricContextProviderTest.java320 OperationContextExt context = mProvider.updateContext(mOpContext, false /* crypto */); in testUpdate()
330 context = mProvider.updateContext(mOpContext, true /* crypto */); in testUpdate()
341 OperationContextExt context = mProvider.updateContext(mOpContext, false /* crypto */); in testUpdateAllSessionTypes()
354 context = mProvider.updateContext(opContext, false /* crypto */); in testUpdateAllSessionTypes()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
H A DFaceEnrollClientTest.java97 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
116 order.verify(mBiometricContext).updateContext( in enrollWithContext_v2()
H A DFaceDetectClientTest.java103 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
122 order.verify(mBiometricContext).updateContext( in detectWithContext_v2()
H A DFaceAuthenticationClientTest.java126 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
146 order.verify(mBiometricContext).updateContext( in authWithContext_v2()
H A DFaceRemovalClientTest.java88 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintDetectClientTest.java97 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
118 order.verify(mBiometricContext).updateContext( in detectNoContext_v2()
H A DFingerprintEnrollClientTest.java120 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
141 order.verify(mBiometricContext).updateContext( in enrollWithContext_v2()
H A DFingerprintAuthenticationClientTest.java150 when(mBiometricContext.updateContext(any(), anyBoolean())).thenAnswer( in setup()
169 order.verify(mBiometricContext).updateContext( in authWithContext_v2()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/
H A DBiometricContext.java44 OperationContextExt updateContext(@NonNull OperationContextExt operationContext, in updateContext() method
H A DBiometricContextProvider.java157 public OperationContextExt updateContext(@NonNull OperationContextExt operationContext, in updateContext() method in BiometricContextProvider
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DHalClientMonitor.java94 return getBiometricContext().updateContext(mOperationContext, isCryptoOperation()); in getOperationContext()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DAuthSessionTest.java123 when(mBiometricContext.updateContext(any(), anyBoolean())) in setUp()
355 verify(mBiometricContext).updateContext((OperationContextExt) anyObject(), in testMultiAuth_fingerprintSensorStartsAfterUINotifies()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowOnBackInvokedDispatcher.java261 public void updateContext(@NonNull Context context) { in updateContext() method in WindowOnBackInvokedDispatcher
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java591 mBiometricContext.updateContext(mOperationContext, isCrypto()); in onDialogAnimatedIn()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2167 viewRoot.getOnBackInvokedDispatcher().updateContext(getContext());
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt21269 HSPLandroid/window/WindowOnBackInvokedDispatcher;->updateContext(Landroid/content/Context;)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt21333 HSPLandroid/window/WindowOnBackInvokedDispatcher;->updateContext(Landroid/content/Context;)V