Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningHostTest.java88 assertThat(isSuccessful( in testCreateCloneUserFile()
94 assertThat(isSuccessful(out)).isTrue(); in testCreateCloneUserFile()
97 assertThat(isSuccessful( in testCreateCloneUserFile()
104 assertThat(isSuccessful(out)).isTrue(); in testCreateCloneUserFile()
108 assertThat(isSuccessful(out)).isTrue(); in testCreateCloneUserFile()
DBaseHostTestCase.java82 protected boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java164 Boolean isSuccessful = condition.call(); in retryUntilTrue() local
165 isSuccessful = (isSuccessful == null) ? false : isSuccessful; in retryUntilTrue()
166 if (isSuccessful) return true; in retryUntilTrue()