Searched refs:successResult (Results 1 – 3 of 3) sorted by relevance
328 NtpTrustedTime.TimeResult successResult = new NtpTrustedTime.TimeResult(123L, 456L, 789, in testForceRefresh_singleServer_querySucceeded() local331 .thenReturn(successResult); in testForceRefresh_singleServer_querySucceeded()342 assertCachedTimeValueResult(ntpTrustedTime, successResult); in testForceRefresh_singleServer_querySucceeded()356 NtpTrustedTime.TimeResult successResult = new NtpTrustedTime.TimeResult(123L, 456L, 789, in testForceRefresh_multiServer_firstQueryFailed() local359 .thenReturn(successResult); in testForceRefresh_multiServer_firstQueryFailed()372 assertCachedTimeValueResult(ntpTrustedTime, successResult); in testForceRefresh_multiServer_firstQueryFailed()384 NtpTrustedTime.TimeResult successResult = new NtpTrustedTime.TimeResult(123L, 456L, 789, in testForceRefresh_multiServer_firstQuerySucceeded() local387 .thenReturn(successResult); in testForceRefresh_multiServer_firstQuerySucceeded()398 assertCachedTimeValueResult(ntpTrustedTime, successResult); in testForceRefresh_multiServer_firstQuerySucceeded()407 NtpTrustedTime.TimeResult successResult = new NtpTrustedTime.TimeResult(123L, 456L, 789, in testForceRefresh_multiServer_keepsOldValueOnFailure() local[all …]
36 val successResult: FaceManager.AuthenticationResult, constant in com.android.systemui.deviceentry.shared.model.SuccessFaceAuthenticationStatus
256 val successResult = successResult() in faceAuthRunsAndProvidesAuthStatusUpdates() constant257 authenticationCallback.value.onAuthenticationSucceeded(successResult) in faceAuthRunsAndProvidesAuthStatusUpdates()260 assertThat(response.successResult).isEqualTo(successResult) in faceAuthRunsAndProvidesAuthStatusUpdates()1218 private fun successResult() = FaceManager.AuthenticationResult(null, null, primaryUserId, false) in successResult() method