HomeSort by relevance Sort by last modified time
    Searched refs:TRUST_SERVICE (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/app/
KeyguardManager.java 160 ServiceManager.getService(Context.TRUST_SERVICE));
ContextImpl.java 703 registerService(TRUST_SERVICE, new ServiceFetcher() {
705 IBinder b = ServiceManager.getService(TRUST_SERVICE);
    [all...]
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 525 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 134 publishBinderService(Context.TRUST_SERVICE, mService);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 186 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 734 TrustManager trustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE);
    [all...]

Completed in 260 milliseconds