Home | History | Annotate | Download | only in keyguard

Lines Matching refs:trustManager

24 import android.app.trust.TrustManager;
84 public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
734 TrustManager trustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE);
735 trustManager.registerTrustListener(this);