Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DBaseHostTestCase.java88 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java185 Boolean isSuccessful = condition.call(); in retryUntilTrue() local
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DBaseHostTestCase.java137 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java360 private boolean isSuccessful(CommandResult result) { in isSuccessful() method in StorageHostTest
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java2214 boolean isSuccessful) { in onAudioZoneConfigSwitched()