Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockLockSettingsContext.java92 } else if (TRUST_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/core/java/android/app/trust/
DTrustManager.java41 @SystemService(Context.TRUST_SERVICE)
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DLockPatternUtilsTest.java339 when(context.getSystemService(Context.TRUST_SERVICE)).thenReturn(trustManager);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java218 mContext.addMockSystemService(Context.TRUST_SERVICE, mock(TrustManager.class)); in setUp()
/frameworks/base/core/java/android/app/
DKeyguardManager.java617 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE)); in KeyguardManager()
DSystemServiceRegistry.java944 registerService(Context.TRUST_SERVICE, TrustManager.class, in registerService() argument
948 IBinder b = ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE); in registerService()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java231 verify(() -> ServiceManager.addService(eq(Context.TRUST_SERVICE), in setUp()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java326 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1007 return ITrustManager.Stub.asInterface(ServiceManager.getService(Context.TRUST_SERVICE));
/frameworks/base/core/java/android/content/
DContext.java5873 public static final String TRUST_SERVICE = "trust"; field in Context
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java305 publishBinderService(Context.TRUST_SERVICE, mService); in onStart()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1760 return (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10278 Landroid/content/Context;->TRUST_SERVICE:Ljava/lang/String;