Home
last modified time | relevance | path

Searched refs:mMaxTimeoutMs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/concurrency/
DSyncCallbackSettings.java50 private final long mMaxTimeoutMs; field in SyncCallbackSettings
58 mMaxTimeoutMs = builder.mMaxTimeoutMs; in SyncCallbackSettings()
71 return mMaxTimeoutMs; in getMaxTimeoutMs()
95 + mMaxTimeoutMs in toString()
147 private long mMaxTimeoutMs = DEFAULT_TIMEOUT_MS; field in SyncCallbackSettings.Builder
175 mMaxTimeoutMs = value; in setMaxTimeoutMs()