Home
last modified time | relevance | path

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

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