Searched refs:getCurrentUserClientsLocked (Results 1 – 3 of 3) sorted by relevance
128 RemoteCallbackList<IAccessibilityManagerClient> getCurrentUserClientsLocked(); in getCurrentUserClientsLocked() method680 mSystemSupport.getCurrentUserClientsLocked(); in broadcastToClientsLocked()786 mSystemSupport.getCurrentUserClientsLocked(); in updateDeviceIdsIfNeededLocked()857 mSystemSupport.getCurrentUserClientsLocked(); in dump()
4276 public RemoteCallbackList<IAccessibilityManagerClient> getCurrentUserClientsLocked() { in getCurrentUserClientsLocked() method in AccessibilityManagerService
138 when(mMockProxySystemSupport.getCurrentUserClientsLocked()).thenReturn(userClients); in setup()