Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java79 Context.INCREMENTAL_SERVICE); in initialize()
DIncrementalManager.java60 @SystemService(Context.INCREMENTAL_SERVICE)
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java491 final IBinder incrementalService = ServiceManager.getService(Context.INCREMENTAL_SERVICE); in incrementalConfigureNativeBinariesForSupportedAbi()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1419 registerService(Context.INCREMENTAL_SERVICE, IncrementalManager.class, in registerService() argument
1423 IBinder b = ServiceManager.getService(Context.INCREMENTAL_SERVICE); in registerService()
1640 case Context.INCREMENTAL_SERVICE: in getSystemService()
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java572 Context.INCREMENTAL_SERVICE); in appNotResponding()
DActivityManagerService.java8857 Context.INCREMENTAL_SERVICE); in handleApplicationCrashInner()
/frameworks/base/core/java/android/content/
DContext.java6185 public static final String INCREMENTAL_SERVICE = "incremental"; field in Context
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1567 i.getContext().getSystemService(Context.INCREMENTAL_SERVICE), in main()