Searched refs:TRUST_SERVICE (Results 1 – 15 of 15) sorted by relevance
61 } else if (TRUST_SERVICE.equals(name)) { in getSystemService()
61 mTrustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE); in onStart()
36 @SystemService(Context.TRUST_SERVICE)
393 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE)); in KeyguardManager()
936 registerService(Context.TRUST_SERVICE, TrustManager.class, in registerService() argument940 IBinder b = ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE); in registerService()
124 mContext.addMockSystemService(Context.TRUST_SERVICE, mock(TrustManager.class)); in setUp()
303 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in RecentsImpl()
4586 public static final String TRUST_SERVICE = "trust"; field in Context
199 publishBinderService(Context.TRUST_SERVICE, mService); in onStart()
256 TrustManager trust = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
688 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in setupLocked()
834 final TrustManager tm = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
1590 mTrustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE); in KeyguardUpdateMonitor()
1950 return (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
13165 Landroid/content/Context;->TRUST_SERVICE:Ljava/lang/String;