Home
last modified time | relevance | path

Searched refs:isSuccessful (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java126 Boolean isSuccessful = condition.call(); in retryUntilTrue() local
127 isSuccessful = (isSuccessful == null) ? false : isSuccessful; in retryUntilTrue()
128 if (isSuccessful) return true; in retryUntilTrue()