Home
last modified time | relevance | path

Searched defs:TRUST_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java630 registerService(Context.TRUST_SERVICE, TrustManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3531 public static final String TRUST_SERVICE = "trust"; field in Context