Searched refs:TRUST_SERVICE (Results 1 – 13 of 13) sorted by relevance
92 } else if (TRUST_SERVICE.equals(name)) { in getSystemService()
41 @SystemService(Context.TRUST_SERVICE)
339 when(context.getSystemService(Context.TRUST_SERVICE)).thenReturn(trustManager);
218 mContext.addMockSystemService(Context.TRUST_SERVICE, mock(TrustManager.class)); in setUp()
617 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE)); in KeyguardManager()
944 registerService(Context.TRUST_SERVICE, TrustManager.class, in registerService() argument948 IBinder b = ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE); in registerService()
231 verify(() -> ServiceManager.addService(eq(Context.TRUST_SERVICE), in setUp()
326 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
1007 return ITrustManager.Stub.asInterface(ServiceManager.getService(Context.TRUST_SERVICE));
5873 public static final String TRUST_SERVICE = "trust"; field in Context
305 publishBinderService(Context.TRUST_SERVICE, mService); in onStart()
1760 return (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
10278 Landroid/content/Context;->TRUST_SERVICE:Ljava/lang/String;