Home
last modified time | relevance | path

Searched refs:TRUST_SERVICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
DContext.java2844 public static final String TRUST_SERVICE = "trust"; field in Context
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java115 publishBinderService(Context.TRUST_SERVICE, mService); in onStart()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java660 TrustManager trustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE); in KeyguardUpdateMonitor()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java186 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
/frameworks/base/core/java/android/app/
DContextImpl.java697 registerService(TRUST_SERVICE, new ServiceFetcher() { in registerService() argument
699 IBinder b = ServiceManager.getService(TRUST_SERVICE); in registerService()