Searched refs:onTrustError (Results 1 – 4 of 4) sorted by relevance
158 public void onTrustError(CharSequence message) { in registerTrustListener()241 ((TrustListener)msg.obj).onTrustError(message);269 void onTrustError(CharSequence message); in onTrustError() method
27 void onTrustError(in CharSequence message); in onTrustError() method
990 mTrustListeners.get(i).onTrustError(message); in dispatchOnTrustError()
419 public void onTrustError(CharSequence message) { in onTrustError() method in KeyguardUpdateMonitor