Home
last modified time | relevance | path

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

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