Searched refs:uiTimeout (Results 1 – 2 of 2) sorted by relevance
2385 private void updateUiTimeout(long uiTimeout) { in updateUiTimeout() argument2386 mInteractiveUiTimeout = IntPair.first(uiTimeout); in updateUiTimeout()2387 mNonInteractiveUiTimeout = IntPair.second(uiTimeout); in updateUiTimeout()
2880 RemoteCallbackList<IAccessibilityManagerClient> userClients, long uiTimeout) { in sendServicesStateChanged() argument2881 notifyClientsOfServicesStateChange(mGlobalClients, uiTimeout); in sendServicesStateChanged()2882 notifyClientsOfServicesStateChange(userClients, uiTimeout); in sendServicesStateChanged()2886 RemoteCallbackList<IAccessibilityManagerClient> clients, long uiTimeout) { in notifyClientsOfServicesStateChange() argument2889 FLAGS_ACCESSIBILITY_MANAGER_CLIENT, "uiTimeout=" + uiTimeout); in notifyClientsOfServicesStateChange()2896 managerClient.mCallback.notifyServicesStateChanged(uiTimeout); in notifyClientsOfServicesStateChange()