Searched refs:notifySmartspaceEvent (Results 1 – 10 of 10) sorted by relevance
68 default void notifySmartspaceEvent(SmartspaceTargetEvent event) { in notifySmartspaceEvent() method75 void notifySmartspaceEvent(SmartspaceTargetEvent event); in notifySmartspaceEvent() method
82 public void notifySmartspaceEvent(SmartspaceSessionId sessionId,85 obtainMessage(SmartspaceService::notifySmartspaceEvent,164 public abstract void notifySmartspaceEvent(@NonNull SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceService
35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
117 public void notifySmartspaceEvent(@NonNull SmartspaceTargetEvent event) { in notifySmartspaceEvent() method in SmartspaceSession122 mInterface.notifySmartspaceEvent(mSessionId, event); in notifySmartspaceEvent()
34 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in SmartspaceTargetEvent event); in notifySmartspaceEvent() method
205 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }208 session?.notifySmartspaceEvent(e)
436 datePlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }437 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }438 plugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) }
114 public void notifySmartspaceEvent(SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceManagerService.SmartspaceManagerStub
134 resolveService(sessionId, s -> s.notifySmartspaceEvent(sessionId, event)); in notifySmartspaceEventLocked()
2426 method public void notifySmartspaceEvent(@NonNull android.app.smartspace.SmartspaceTargetEvent);12835 …method @MainThread public abstract void notifySmartspaceEvent(@NonNull android.app.smartspace.Smar…