Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java56 default void notifySmartspaceEvent(SmartspaceTargetEvent event) {} in notifySmartspaceEvent() method
61 void notifySmartspaceEvent(SmartspaceTargetEvent event); in notifySmartspaceEvent() method
/aosp12/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
/aosp12/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.java118 public void notifySmartspaceEvent(@NonNull SmartspaceTargetEvent event) { in notifySmartspaceEvent() method in SmartspaceSession
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerService.java114 public void notifySmartspaceEvent(SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceManagerService.SmartspaceManagerStub