Home
last modified time | relevance | path

Searched defs:testClock (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DServiceAccountJwtAccessCredentialsTest.java243 TestClock testClock = new TestClock(); in getRequestMetadata_blocking_cached() local
268 TestClock testClock = new TestClock(); in getRequestMetadata_blocking_cache_expired() local
350 TestClock testClock = new TestClock(); in getRequestMetadata_async_cache_expired() local
378 TestClock testClock = new TestClock(); in getRequestMetadata_async_cached() local
H A DOAuth2CredentialsTest.java497 TestClock testClock = new TestClock(); in getRequestMetadata_staleTemporaryToken() local
568 TestClock testClock = new TestClock(); in getRequestMetadata_staleTemporaryToken_expirationWaits() local
637 TestClock testClock = new TestClock(); in getRequestMetadata_singleFlightErrorSharing() local
/aosp_15_r20/external/aws-sdk-java-v2/services/ec2/src/main/java/software/amazon/awssdk/services/ec2/transform/internal/
H A DGeneratePreSignUrlInterceptor.java66 private final Clock testClock; // for testing only field in GeneratePreSignUrlInterceptor
73 GeneratePreSignUrlInterceptor(Clock testClock) { in GeneratePreSignUrlInterceptor()
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/export/
H A DNoopInProcessRunningSpanStoreTest.java53 private final TestClock testClock = TestClock.create(timestamp); field in NoopInProcessRunningSpanStoreTest
H A DNoopSampledSpanStoreImplTest.java58 private final TestClock testClock = TestClock.create(timestamp); field in NoopSampledSpanStoreImplTest
H A DInProcessSampledSpanStoreImplTest.java67 private final TestClock testClock = TestClock.create(Timestamp.create(12345, 54321)); field in InProcessSampledSpanStoreImplTest
/aosp_15_r20/build/soong/ui/status/
H A Dcritical_path_test.go30 type testClock time.Time type
/aosp_15_r20/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
H A DPollingCheckTest.java31 private PollingCheck.PollingCheckClock testClock; field in PollingCheckTest
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/
H A DDerivedLongGaugeImplTest.java61 private final TestClock testClock = TestClock.create(TEST_TIME); field in DerivedLongGaugeImplTest
H A DDerivedDoubleGaugeImplTest.java61 private final TestClock testClock = TestClock.create(TEST_TIME); field in DerivedDoubleGaugeImplTest
H A DDerivedDoubleCumulativeImplTest.java64 private final TestClock testClock = TestClock.create(); field in DerivedDoubleCumulativeImplTest
H A DDerivedLongCumulativeImplTest.java64 private final TestClock testClock = TestClock.create(); field in DerivedLongCumulativeImplTest
H A DMetricRegistryImplTest.java81 private final TestClock testClock = TestClock.create(TEST_TIME); field in MetricRegistryImplTest
H A DLongGaugeImplTest.java65 private final TestClock testClock = TestClock.create(TEST_TIME); field in LongGaugeImplTest
H A DDoubleGaugeImplTest.java65 private final TestClock testClock = TestClock.create(TEST_TIME); field in DoubleGaugeImplTest
H A DDoubleCumulativeImplTest.java68 private final TestClock testClock = TestClock.create(); field in DoubleCumulativeImplTest
H A DLongCumulativeImplTest.java68 private final TestClock testClock = TestClock.create(); field in LongCumulativeImplTest
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/
H A DAwsSignerExecutionAttributeTest.java57 private Clock testClock; field in AwsSignerExecutionAttributeTest
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
H A DSpanBuilderImplTest.java52 private final TestClock testClock = TestClock.create(); field in SpanBuilderImplTest
H A DRecordEventsSpanImplTest.java63 private final TestClock testClock = TestClock.create(timestamp); field in RecordEventsSpanImplTest
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
H A DStatsRecorderImplTest.java85 private final TestClock testClock = TestClock.create(); field in StatsRecorderImplTest
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
H A DSigningStageTest.java406 public static Clock testClock() { in testClock() method in SigningStageTest
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
H A DMddIsolatedStructuresTest.java92 private FakeTimeSource testClock; field in MddIsolatedStructuresTest
H A DFileGroupsMetadataTest.java101 private FakeTimeSource testClock; field in FileGroupsMetadataTest
H A DMobileDataDownloadManagerTest.java150 private FakeTimeSource testClock; field in MobileDataDownloadManagerTest

12