Home
last modified time | relevance | path

Searched refs:INCREMENTAL_SERVICE (Results 1 – 7 of 7) 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/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java595 Context.INCREMENTAL_SERVICE); in appNotResponding()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1506 registerService(Context.INCREMENTAL_SERVICE, IncrementalManager.class, in registerService() argument
1510 IBinder b = ServiceManager.getService(Context.INCREMENTAL_SERVICE); in registerService()
1818 case Context.INCREMENTAL_SERVICE: in getSystemService()
/frameworks/base/core/java/android/content/
DContext.java6297 public static final String INCREMENTAL_SERVICE = "incremental"; field in Context
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1710 i.getContext().getSystemService(Context.INCREMENTAL_SERVICE), in main()