Home
last modified time | relevance | path

Searched refs:onTrustError (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java216 public void onTrustError(CharSequence message) { in registerTrustListener()
311 ((TrustListener) msg.obj).onTrustError(message);
352 void onTrustError(CharSequence message); in onTrustError() method
H A DITrustListener.aidl31 void onTrustError(in CharSequence message); in onTrustError() method
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
H A DTestTrustListener.kt37 override fun onTrustError(message: CharSequence) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DTrustRepository.kt87 override fun onTrustError(message: CharSequence?) = Unit
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21UdfpsMock.java436 public void onTrustError(CharSequence message) { in onTrustError() method in Fingerprint21UdfpsMock
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1565 mTrustListeners.get(i).onTrustError(message); in dispatchOnTrustError()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java637 public void onTrustError(CharSequence message) { in onTrustError() method in KeyguardUpdateMonitor
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9039 Landroid/app/trust/ITrustListener$Stub$Proxy;->onTrustError(Ljava/lang/CharSequence;)V
9048 Landroid/app/trust/ITrustListener;->onTrustError(Ljava/lang/CharSequence;)V
9092 Landroid/app/trust/TrustManager$TrustListener;->onTrustError(Ljava/lang/CharSequence;)V