Home
last modified time | relevance | path

Searched refs:IBackgroundInstallControlService (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/BackgroundInstallControlServiceTests/host/test-app/BackgroundInstallControlServiceTestApp/src/com/android/server/pm/test/app/
H A DBackgroundInstallControlServiceTest.java22 import android.content.pm.IBackgroundInstallControlService;
43 private IBackgroundInstallControlService mIBics;
47 mIBics = IBackgroundInstallControlService.Stub.asInterface( in setUp()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIBackgroundInstallControlService.aidl24 interface IBackgroundInstallControlService { interface
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundInstallControlService.java24 import android.content.pm.IBackgroundInstallControlService;
119 private static final class BinderService extends IBackgroundInstallControlService.Stub {
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBinaryTransparencyService.java37 import android.content.pm.IBackgroundInstallControlService;
1677 IBackgroundInstallControlService iBics = IBackgroundInstallControlService.Stub.asInterface( in getNewlyInstalledMbas()