Home
last modified time | relevance | path

Searched refs:notifySmartspaceEvent (Results 1 – 10 of 10) sorted by relevance

/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/core/java/android/service/smartspace/
H A DSmartspaceService.java82 public void notifySmartspaceEvent(SmartspaceSessionId sessionId,
85 obtainMessage(SmartspaceService::notifySmartspaceEvent,
164 public abstract void notifySmartspaceEvent(@NonNull SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceService
H A DISmartspaceService.aidl35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
/aosp14/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceSession.java117 public void notifySmartspaceEvent(@NonNull SmartspaceTargetEvent event) { in notifySmartspaceEvent() method in SmartspaceSession
122 mInterface.notifySmartspaceEvent(mSessionId, event); in notifySmartspaceEvent()
H A DISmartspaceManager.aidl34 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt205 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }
208 session?.notifySmartspaceEvent(e)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt436 datePlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }
437 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }
438 plugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }
/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
H A DSmartspacePerUserService.java134 resolveService(sessionId, s -> s.notifySmartspaceEvent(sessionId, event)); in notifySmartspaceEventLocked()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2426 method public void notifySmartspaceEvent(@NonNull android.app.smartspace.SmartspaceTargetEvent);
12835 …method @MainThread public abstract void notifySmartspaceEvent(@NonNull android.app.smartspace.Smar…