Searched refs:setMaxTimeoutMs (Results 1 – 9 of 9) sorted by relevance
78 .setMaxTimeoutMs(108) in testCustomBuilder()111 assertThrows(IllegalArgumentException.class, () -> builder.setMaxTimeoutMs(-1)); in testInvalidBuilderArgs()
74 .setMaxTimeoutMs(CALLBACK_DEFAULT_TIMEOUT_MS);394 .setMaxTimeoutMs(injectionTimeoutMs + 40) in testAssertCalled_multipleCallsFromMultipleCallbacks_firstFinishFirst()446 .setMaxTimeoutMs(injectionTimeoutMs + 40) in testAssertCalled_multipleCallsFromMultipleCallbacks_secondFinishFirst()494 .setMaxTimeoutMs(CALLBACK_DEFAULT_TIMEOUT_MS) in testAssertCalled_failsWhenCalledOnMainThread()
35 .setMaxTimeoutMs(CALLBACK_TIMEOUT_MS) in testCustomMethods()
47 this(SyncCallbackFactory.newSettingsBuilder().setMaxTimeoutMs(timeoutMs).build()); in IntFailureSyncCallback()
55 .setMaxTimeoutMs(timeoutMs) in BroadcastReceiverSyncCallback()
46 .setMaxTimeoutMs(timeoutMs) in mockLogApiCallStats()
172 public Builder setMaxTimeoutMs(long value) { in setMaxTimeoutMs() method in SyncCallbackSettings.Builder
74 .setMaxTimeoutMs(WAITING_TIMEOUT_MS)
174 .setMaxTimeoutMs(timeoutMs) in newReceiver()