Searched refs:BackgroundInstallControlManager (Results 1 – 9 of 9) sorted by relevance
53 public final class BackgroundInstallControlManager { class59 BackgroundInstallControlManager(Context context) { in BackgroundInstallControlManager() method in BackgroundInstallControlManager
100 # BackgroundInstallControlManager101 per-file BackgroundInstallControlManager.java = file:/services/core/java/com/android/server/pm/BACK…
1687 BackgroundInstallControlManager.class, in registerService()1688 new CachedServiceFetcher<BackgroundInstallControlManager>() { in registerService()1690 public BackgroundInstallControlManager createService(ContextImpl ctx) { in registerService()1691 return new BackgroundInstallControlManager(ctx); in registerService()
22 import android.app.BackgroundInstallControlManager;
394 android.app.BackgroundInstallControlManager
22769 Landroid/app/BackgroundInstallControlManager;
32899 Landroid/app/BackgroundInstallControlManager;
891 @FlaggedApi("android.app.bic_client") public final class BackgroundInstallControlManager {