Home
last modified time | relevance | path

Searched refs:APP_INTEGRITY_SERVICE (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerService.java41 publishBinderService(Context.APP_INTEGRITY_SERVICE, mService); in onStart()
/aosp14/frameworks/base/core/java/android/content/integrity/
H A DAppIntegrityManager.java40 @SystemService(Context.APP_INTEGRITY_SERVICE)
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1455 registerService(Context.APP_INTEGRITY_SERVICE, AppIntegrityManager.class, in registerService() argument
1460 IBinder b = ServiceManager.getServiceOrThrow(Context.APP_INTEGRITY_SERVICE); in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java6171 public static final String APP_INTEGRITY_SERVICE = "app_integrity"; field in Context
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3449 field public static final String APP_INTEGRITY_SERVICE = "app_integrity";