Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DProxyManager.java131 RemoteCallbackList<IAccessibilityManagerClient> getGlobalClientsLocked(); in getGlobalClientsLocked() method
751 mSystemSupport.getGlobalClientsLocked(); in broadcastToClientsLocked()
857 mSystemSupport.getGlobalClientsLocked(); in updateDeviceIdsIfNeededLocked()
986 mSystemSupport.getGlobalClientsLocked(); in dump()
DAccessibilityManagerService.java5136 public RemoteCallbackList<IAccessibilityManagerClient> getGlobalClientsLocked() { in getGlobalClientsLocked() method in AccessibilityManagerService
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DProxyManagerTest.java160 when(mMockProxySystemSupport.getGlobalClientsLocked()).thenReturn(globalClients); in setup()
267 verify(mMockProxySystemSupport).getGlobalClientsLocked(); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()