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