Home
last modified time | relevance | path

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

/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/core/java/android/service/smartspace/
DISmartspaceService.aidl35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
DSmartspaceService.java82 public void notifySmartspaceEvent(SmartspaceSessionId sessionId,
85 obtainMessage(SmartspaceService::notifySmartspaceEvent,
164 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
122 mInterface.notifySmartspaceEvent(mSessionId, event); in notifySmartspaceEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt208 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()
211 session?.notifySmartspaceEvent(e) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/smartspace/
DCommunalSmartspaceController.kt123 plugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt509 datePlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()
510 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()
511 plugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java116 public void notifySmartspaceEvent(SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceManagerService.SmartspaceManagerStub
DSmartspacePerUserService.java134 resolveService(sessionId, s -> s.notifySmartspaceEvent(sessionId, event)); in notifySmartspaceEventLocked()
/frameworks/base/core/api/
Dsystem-current.txt2657 method public void notifySmartspaceEvent(@NonNull android.app.smartspace.SmartspaceTargetEvent);
13192 …method @MainThread public abstract void notifySmartspaceEvent(@NonNull android.app.smartspace.Smar…