Searched defs:isSuccessful (Results 1 – 5 of 5) sorted by relevance
84 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
185 Boolean isSuccessful = condition.call(); in retryUntilTrue() local
128 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
336 private boolean isSuccessful(CommandResult result) { in isSuccessful() method in StorageHostTest
1550 boolean isSuccessful) { in onAudioZoneConfigSwitched()