Home
last modified time | relevance | path

Searched refs:runEvent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java180 void runEvent(IInterface service) throws RemoteException; in runEvent() method
268 event.runEvent(iface); in sendEvent()
365 pendingEvent.runEvent(iface); in connect()
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java1004 public void runEvent(IInterface service) throws RemoteException { in callFocusedActivityChangedLocked()