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

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockLockSettingsContext.java 61 } else if (TRUST_SERVICE.equals(name)) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowServiceManager.java 36 Context.TRUST_SERVICE,
  /frameworks/base/core/java/android/app/trust/
TrustManager.java 34 @SystemService(Context.TRUST_SERVICE)
  /frameworks/base/core/java/android/app/
KeyguardManager.java 336 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 227 (TrustManager) getActivity().getSystemService(Context.TRUST_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 243 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
RecentsImpl.java 304 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 249 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java 725 final TrustManager tm = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 152 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 690 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java     [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 881 milliseconds