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.java84 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.java128 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java336 private boolean isSuccessful(CommandResult result) { in isSuccessful() method in StorageHostTest
/cts/tests/tests/car/src/android/car/cts/
DCarAudioManagerTest.java1550 boolean isSuccessful) { in onAudioZoneConfigSwitched()