Searched refs:uiTimeout (Results 1 – 2 of 2) sorted by relevance
1359 private void updateUiTimeout(long uiTimeout) { in updateUiTimeout() argument1360 mInteractiveUiTimeout = IntPair.first(uiTimeout); in updateUiTimeout()1361 mNonInteractiveUiTimeout = IntPair.second(uiTimeout); in updateUiTimeout()
1705 RemoteCallbackList<IAccessibilityManagerClient> userClients, long uiTimeout) { in sendServicesStateChanged() argument1706 notifyClientsOfServicesStateChange(mGlobalClients, uiTimeout); in sendServicesStateChanged()1707 notifyClientsOfServicesStateChange(userClients, uiTimeout); in sendServicesStateChanged()1711 RemoteCallbackList<IAccessibilityManagerClient> clients, long uiTimeout) { in notifyClientsOfServicesStateChange() argument1713 client -> client.notifyServicesStateChanged(uiTimeout))); in notifyClientsOfServicesStateChange()