Searched refs:timeOutValue (Results 1 – 1 of 1) sorted by relevance
78 Integer timeOutValue = Ints.tryParse(timeOutSec); in getSecureAccessibilityTimeoutValue() local79 return timeOutValue == null ? 0 : timeOutValue; in getSecureAccessibilityTimeoutValue()