Searched refs:TRUST_SERVICE (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockLockSettingsContext.java57 } else if (TRUST_SERVICE.equals(name)) {
/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java34 @SystemService(Context.TRUST_SERVICE)
/frameworks/base/core/java/android/app/
H A DKeyguardManager.java331 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE));
H A DSystemServiceRegistry.java706 registerService(Context.TRUST_SERVICE, TrustManager.class,
710 IBinder b = ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java70 mContext.addMockSystemService(Context.TRUST_SERVICE, mock(TrustManager.class));
/frameworks/base/core/java/android/content/
H A DContext.java2977 //@hide: TRUST_SERVICE,
3878 public static final String TRUST_SERVICE = "trust"; field in class:Context
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1711 (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
2143 (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java239 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java151 publishBinderService(Context.TRUST_SERVICE, mService);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1170 mTrustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java673 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1591 return (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);

Completed in 538 milliseconds