Searched refs:getGlobalClientsLocked (Results 1 – 3 of 3) sorted by relevance
131 RemoteCallbackList<IAccessibilityManagerClient> getGlobalClientsLocked(); in getGlobalClientsLocked() method751 mSystemSupport.getGlobalClientsLocked(); in broadcastToClientsLocked()857 mSystemSupport.getGlobalClientsLocked(); in updateDeviceIdsIfNeededLocked()986 mSystemSupport.getGlobalClientsLocked(); in dump()
5136 public RemoteCallbackList<IAccessibilityManagerClient> getGlobalClientsLocked() { in getGlobalClientsLocked() method in AccessibilityManagerService
160 when(mMockProxySystemSupport.getGlobalClientsLocked()).thenReturn(globalClients); in setup()267 verify(mMockProxySystemSupport).getGlobalClientsLocked(); in testUpdateProxyOfRunningAppsChange_changedUidIsStreamedApp_propagatesChange()