Searched refs:uiTimeout (Results 1 – 2 of 2) sorted by relevance
1620 private void updateUiTimeout(long uiTimeout) { in updateUiTimeout() argument1621 mInteractiveUiTimeout = IntPair.first(uiTimeout); in updateUiTimeout()1622 mNonInteractiveUiTimeout = IntPair.second(uiTimeout); in updateUiTimeout()
1697 RemoteCallbackList<IAccessibilityManagerClient> userClients, long uiTimeout) { in sendServicesStateChanged() argument1698 notifyClientsOfServicesStateChange(mGlobalClients, uiTimeout); in sendServicesStateChanged()1699 notifyClientsOfServicesStateChange(userClients, uiTimeout); in sendServicesStateChanged()1703 RemoteCallbackList<IAccessibilityManagerClient> clients, long uiTimeout) { in notifyClientsOfServicesStateChange() argument1705 client -> client.notifyServicesStateChanged(uiTimeout))); in notifyClientsOfServicesStateChange()