Searched refs:TRUST_SERVICE (Results 1 – 7 of 7) sorted by relevance
160 ServiceManager.getService(Context.TRUST_SERVICE)); in KeyguardManager()
703 registerService(TRUST_SERVICE, new ServiceFetcher() { in registerService() argument705 IBinder b = ServiceManager.getService(TRUST_SERVICE); in registerService()
2858 public static final String TRUST_SERVICE = "trust"; field in Context
134 publishBinderService(Context.TRUST_SERVICE, mService); in onStart()
525 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in setupLocked()
186 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
734 TrustManager trustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE); in KeyguardUpdateMonitor()