Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsQueryScheduler.java33 public final QueryTaskConfig config;
38 ScheduledQueryTaskArgs(@NonNull QueryTaskConfig config, long timeToRun, in ScheduledQueryTaskArgs()
94 @NonNull QueryTaskConfig currentConfig, in scheduleNextRun()
99 final QueryTaskConfig nextRunConfig = currentConfig.getConfigForNextRun(); in scheduleNextRun()
116 public ScheduledQueryTaskArgs scheduleFirstRun(@NonNull QueryTaskConfig taskConfig, in scheduleFirstRun()
125 QueryTaskConfig queryTaskConfig, long now, long minRemainingTtl, long lastSentTime) { in calculateTimeToRun()
DQueryTaskConfig.java31 public class QueryTaskConfig { class
70 QueryTaskConfig(@NonNull QueryTaskConfig other, long queryCount, int transactionId, in QueryTaskConfig() method in QueryTaskConfig
88 QueryTaskConfig(int queryMode, in QueryTaskConfig() method in QueryTaskConfig
158 public QueryTaskConfig getConfigForNextRun() { in getConfigForNextRun()
180 return new QueryTaskConfig(this, newQueryCount, newTransactionId, in getConfigForNextRun()
DMdnsServiceTypeClient.java398 final QueryTaskConfig taskConfig = new QueryTaskConfig( in startSendAndReceive()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsServiceTypeClientTests.java23 import static com.android.server.connectivity.mdns.QueryTaskConfig.INITIAL_AGGRESSIVE_TIME_BETWEEN_…
24 import static com.android.server.connectivity.mdns.QueryTaskConfig.MAX_TIME_BETWEEN_AGGRESSIVE_BURS…
25 import static com.android.server.connectivity.mdns.QueryTaskConfig.TIME_BETWEEN_RETRANSMISSION_QUER…
565 QueryTaskConfig config = new QueryTaskConfig( in testQueryTaskConfig_alwaysAskForUnicastResponse()
593 QueryTaskConfig config = new QueryTaskConfig( in testQueryTaskConfig_askForUnicastInFirstQuery()