Home
last modified time | relevance | path

Searched refs:SMARTSPACE_SERVICE (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerService.java21 import static android.content.Context.SMARTSPACE_SERVICE;
75 publishBinderService(SMARTSPACE_SERVICE, new SmartspaceManagerStub()); in onStart()
/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceSession.java99 IBinder b = ServiceManager.getService(Context.SMARTSPACE_SERVICE); in SmartspaceSession()
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1215 registerService(Context.SMARTSPACE_SERVICE, SmartspaceManager.class, in registerService() argument
1220 IBinder b = ServiceManager.getService(Context.SMARTSPACE_SERVICE); in registerService()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java4818 public static final String SMARTSPACE_SERVICE = "smartspace"; field in Context
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2340 field public static final String SMARTSPACE_SERVICE = "smartspace";