Searched refs:notifySmartspaceEvent (Results 1 – 11 of 11) sorted by relevance
69 default void notifySmartspaceEvent(SmartspaceTargetEvent event) { in notifySmartspaceEvent() method76 void notifySmartspaceEvent(SmartspaceTargetEvent event); in notifySmartspaceEvent() method
35 void notifySmartspaceEvent(in SmartspaceSessionId sessionId, in 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
34 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()
208 weatherPlugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()211 session?.notifySmartspaceEvent(e) in <lambda>()
123 plugin?.registerSmartspaceEventNotifier { e -> session?.notifySmartspaceEvent(e) } in <lambda>()
509 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>()
116 public void notifySmartspaceEvent(SmartspaceSessionId sessionId, in notifySmartspaceEvent() method in SmartspaceManagerService.SmartspaceManagerStub
134 resolveService(sessionId, s -> s.notifySmartspaceEvent(sessionId, event)); in notifySmartspaceEventLocked()
2657 method public void notifySmartspaceEvent(@NonNull android.app.smartspace.SmartspaceTargetEvent);13192 …method @MainThread public abstract void notifySmartspaceEvent(@NonNull android.app.smartspace.Smar…