Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/trust/
DTrustManager.java158 public void onTrustError(CharSequence message) { in registerTrustListener()
241 ((TrustListener)msg.obj).onTrustError(message);
269 void onTrustError(CharSequence message); in onTrustError() method
DITrustListener.aidl27 void onTrustError(in CharSequence message); in onTrustError() method
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java990 mTrustListeners.get(i).onTrustError(message); in dispatchOnTrustError()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java419 public void onTrustError(CharSequence message) { in onTrustError() method in KeyguardUpdateMonitor