Home
last modified time | relevance | path

Searched refs:getCurrentUserClientsLocked (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DProxyManager.java128 RemoteCallbackList<IAccessibilityManagerClient> getCurrentUserClientsLocked(); in getCurrentUserClientsLocked() method
680 mSystemSupport.getCurrentUserClientsLocked(); in broadcastToClientsLocked()
786 mSystemSupport.getCurrentUserClientsLocked(); in updateDeviceIdsIfNeededLocked()
857 mSystemSupport.getCurrentUserClientsLocked(); in dump()
H A DAccessibilityManagerService.java4276 public RemoteCallbackList<IAccessibilityManagerClient> getCurrentUserClientsLocked() { in getCurrentUserClientsLocked() method in AccessibilityManagerService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DProxyManagerTest.java138 when(mMockProxySystemSupport.getCurrentUserClientsLocked()).thenReturn(userClients); in setup()