Searched refs:uiTimeout (Results 1 – 2 of 2) sorted by relevance
1732 private void updateUiTimeout(long uiTimeout) { in updateUiTimeout() argument1733 mInteractiveUiTimeout = IntPair.first(uiTimeout); in updateUiTimeout()1734 mNonInteractiveUiTimeout = IntPair.second(uiTimeout); in updateUiTimeout()
1999 RemoteCallbackList<IAccessibilityManagerClient> userClients, long uiTimeout) { in sendServicesStateChanged() argument2000 notifyClientsOfServicesStateChange(mGlobalClients, uiTimeout); in sendServicesStateChanged()2001 notifyClientsOfServicesStateChange(userClients, uiTimeout); in sendServicesStateChanged()2005 RemoteCallbackList<IAccessibilityManagerClient> clients, long uiTimeout) { in notifyClientsOfServicesStateChange() argument2007 client -> client.notifyServicesStateChanged(uiTimeout))); in notifyClientsOfServicesStateChange()