Searched refs:setMaxTimeoutMs (Results 1 – 9 of 9) sorted by relevance
81 .setMaxTimeoutMs(108) in testCustomBuilder()115 assertThrows(IllegalArgumentException.class, () -> builder.setMaxTimeoutMs(0)); in testInvalidBuilderArgs()116 assertThrows(IllegalArgumentException.class, () -> builder.setMaxTimeoutMs(-1)); in testInvalidBuilderArgs()
57 .setMaxTimeoutMs(CALLBACK_TIMEOUT_MS);345 .setMaxTimeoutMs(injectionTimeoutMs + 40) in testAssertCalled_multipleCallsFromMultipleCallbacks_firstFinishFirst()396 .setMaxTimeoutMs(injectionTimeoutMs + 40) in testAssertCalled_multipleCallsFromMultipleCallbacks_secondFinishFirst()444 .setMaxTimeoutMs(CALLBACK_TIMEOUT_MS) in testAssertCalled_failsWhenCalledOnMainThread()
34 .setMaxTimeoutMs(CALLBACK_TIMEOUT_MS) in testCustomMethods()
47 this(SyncCallbackFactory.newSettingsBuilder().setMaxTimeoutMs(timeoutMs).build()); in IntFailureSyncCallback()
57 .setMaxTimeoutMs(timeoutMs) in BroadcastReceiverSyncCallback()
173 public Builder setMaxTimeoutMs(long value) { in setMaxTimeoutMs() method in SyncCallbackSettings.Builder
184 .setMaxTimeoutMs(WAITING_TIMEOUT_MS) in MySyncCallback()
174 .setMaxTimeoutMs(timeoutMs) in newReceiver()
76 .setMaxTimeoutMs(timeoutMs) in mockLogApiCallStats()