Home
last modified time | relevance | path

Searched refs:AppIntegrityManagerServiceImpl (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerService.java31 private AppIntegrityManagerServiceImpl mService;
40 mService = AppIntegrityManagerServiceImpl.create(mContext); in onStart()
H A DAppIntegrityManagerServiceImpl.java98 public class AppIntegrityManagerServiceImpl extends IAppIntegrityManager.Stub { class
137 public static AppIntegrityManagerServiceImpl create(Context context) { in create()
141 return new AppIntegrityManagerServiceImpl( in create()
151 AppIntegrityManagerServiceImpl( in AppIntegrityManagerServiceImpl() method in AppIntegrityManagerServiceImpl
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DAppIntegrityManagerServiceImplTest.java155 private AppIntegrityManagerServiceImpl mService;
175 new AppIntegrityManagerServiceImpl( in setup()