Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1215 registerService(Context.SMARTSPACE_SERVICE, SmartspaceManager.class, in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4818 public static final String SMARTSPACE_SERVICE = "smartspace"; field in Context