Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1402 registerService(Context.APP_INTEGRITY_SERVICE, AppIntegrityManager.class, in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5564 public static final String APP_INTEGRITY_SERVICE = "app_integrity"; field in Context