Home
last modified time | relevance | path

Searched refs:INCREMENTAL_SERVICE (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIncrementalFileStorages.java79 Context.INCREMENTAL_SERVICE); in initialize()
H A DIncrementalManager.java57 @SystemService(Context.INCREMENTAL_SERVICE)
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java492 final IBinder incrementalService = ServiceManager.getService(Context.INCREMENTAL_SERVICE); in incrementalConfigureNativeBinariesForSupportedAbi()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java428 Context.INCREMENTAL_SERVICE); in appNotResponding()
H A DActivityManagerService.java7889 Context.INCREMENTAL_SERVICE); in handleApplicationCrashInner()
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1379 registerService(Context.INCREMENTAL_SERVICE, IncrementalManager.class, in registerService() argument
1383 IBinder b = ServiceManager.getService(Context.INCREMENTAL_SERVICE); in registerService()
1531 case Context.INCREMENTAL_SERVICE: in getSystemService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5578 public static final String INCREMENTAL_SERVICE = "incremental"; field in Context
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java7065 i.getContext().getSystemService(Context.INCREMENTAL_SERVICE), in main()