Searched refs:QueryTaskConfig (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsQueryScheduler.java | 33 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()
|
D | QueryTaskConfig.java | 31 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()
|
D | MdnsServiceTypeClient.java | 398 final QueryTaskConfig taskConfig = new QueryTaskConfig( in startSendAndReceive()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsServiceTypeClientTests.java | 23 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()
|