Home
last modified time | relevance | path

Searched defs:notifySmartspaceEvent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/smartspace/
DISmartspaceService.aidl35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
DSmartspaceService.java164 public abstract void notifySmartspaceEvent(@NonNull SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceService
/frameworks/base/core/java/android/app/smartspace/
DISmartspaceManager.aidl34 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
DSmartspaceSession.java117 public void notifySmartspaceEvent(@NonNull SmartspaceTargetEvent event) { in notifySmartspaceEvent() method in SmartspaceSession
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java69 default void notifySmartspaceEvent(SmartspaceTargetEvent event) { in notifySmartspaceEvent() method
76 void notifySmartspaceEvent(SmartspaceTargetEvent event); in notifySmartspaceEvent() method
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java116 public void notifySmartspaceEvent(SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceManagerService.SmartspaceManagerStub