Searched refs:isSuccessful (Results 1 – 14 of 14) sorted by relevance
185 Boolean isSuccessful = condition.call(); in retryUntilTrue() local186 isSuccessful = (isSuccessful == null) ? false : isSuccessful; in retryUntilTrue()187 if (isSuccessful) return true; in retryUntilTrue()
40 assertThat(response.isSuccessful()).isTrue(); in testNewUserResponseSuccessful()56 assertThat(response.isSuccessful()).isFalse(); in testNewUserResponseUnsuccessful()
838 assertThat(response.isSuccessful()).isTrue(); in testCreateUser_withNewUserRequest_shouldCreateUserWithCorrectProperties()871 assertThat(response1.isSuccessful()).isTrue(); in testCreateUser_withNewUserRequest_shouldNotAllowDuplicateUserAccounts()879 assertThat(response2.isSuccessful()).isFalse(); in testCreateUser_withNewUserRequest_shouldNotAllowDuplicateUserAccounts()
160 assertThat(isSuccessful( in testRemoveClonedProfileMediaProviderCleanup()171 assertThat(isSuccessful(queryResult)).isTrue(); in testRemoveClonedProfileMediaProviderCleanup()178 assertThat(isSuccessful(executeShellV2Command("pm remove-user %s", sCloneUserId))) in testRemoveClonedProfileMediaProviderCleanup()190 assertThat(isSuccessful(queryResult)).isTrue(); in testRemoveClonedProfileMediaProviderCleanup()432 assertTrue(isSuccessful(result)); in testCrashingMediaProviderDoesNotAffectVolumeMounts()446 assertTrue(isSuccessful(result)); in getPackageInUser()453 assertTrue(isSuccessful(result)); in uninstallPackage()
79 assertThat(isSuccessful(out)).isTrue(); in startUserAndWait()85 assertThat(isSuccessful(out)).isTrue(); in waitForBroadcastIdle()164 assertTrue(isSuccessful(commandResult)); in isAppCloningBuildingBlockConfigEnabled()177 assertThat(isSuccessful(out)).isTrue(); in usesSdcardFs()
137 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase
88 protected static boolean isSuccessful(CommandResult result) { in isSuccessful() method in BaseHostTestCase107 assertThat(isSuccessful(out)).isTrue(); in usesSdcardFs()
91 assertThat(isSuccessful(out)).isTrue(); in beforeClassWithDevice()
125 assertThat(response.isSuccessful()).isTrue(); in testSendUserLifecycleEventAndOnUserCreated()173 assertThat(response.isSuccessful()).isTrue(); in testSendUserLifecycleEventAndOnUserRemoved()196 if (!userRemoved && response != null && response.isSuccessful()) { in testSendUserLifecycleEventAndOnUserRemoved()
2159 boolean isSuccessful) { in onAudioZoneConfigSwitched() argument2161 mIsSuccessful = isSuccessful; in onAudioZoneConfigSwitched()2163 + isSuccessful); in onAudioZoneConfigSwitched()
154 if (response.isSuccessful()) { in createGuestUser()166 if (response.isSuccessful()) { in createSecondaryUser()
114 assertTrue(isSuccessful(cloneProfileCommandResult)); in testTwoContactsProviderProcesses()120 assertTrue(isSuccessful(primaryProfileCommandResult)); in testTwoContactsProviderProcesses()
326 Truth.assertThat(isSuccessful(out)).isTrue(); in createCloneUserAndInstallDeviceTestApk()360 private boolean isSuccessful(CommandResult result) { in isSuccessful() method in StorageHostTest
10957 method public boolean isSuccessful();