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()
881 registerService(Context.TRUST_SERVICE, TrustManager.class, in registerService() argument885 IBinder b = ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE); in registerService()
108 mContext.addMockSystemService(Context.TRUST_SERVICE, mock(TrustManager.class)); in setUp()
303 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in RecentsImpl()
4411 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()
681 mTrustManager = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in setupLocked()
833 final TrustManager tm = (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE);
1496 mTrustManager = (TrustManager) context.getSystemService(Context.TRUST_SERVICE); in KeyguardUpdateMonitor()
1946 return (TrustManager) mContext.getSystemService(Context.TRUST_SERVICE); in getTrustManager()
14042 Landroid/content/Context;->TRUST_SERVICE:Ljava/lang/String;