Home
last modified time | relevance | path

Searched defs:INCREMENTAL_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1298 registerService(Context.INCREMENTAL_SERVICE, IncrementalManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java5136 public static final String INCREMENTAL_SERVICE = "incremental"; field in Context