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

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockLockSettingsContext.java 57 } else if (TRUST_SERVICE.equals(name)) {
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 34 @SystemService(Context.TRUST_SERVICE)
  /frameworks/base/core/java/android/app/
KeyguardManager.java 331 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE));
SystemServiceRegistry.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
KeyguardIndicationControllerTest.java 70 mContext.addMockSystemService(Context.TRUST_SERVICE, mock(TrustManager.class));
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseFragment.java 221 (TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 239 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 151 publishBinderService(Context.TRUST_SERVICE, mService);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 673 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 609 milliseconds