Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DApplicationQosPolicyRequestHandler.java55 private static final int MAX_POLICIES_PER_TRANSACTION = field in ApplicationQosPolicyRequestHandler
491 int endIndex = Math.min(request.size(), MAX_POLICIES_PER_TRANSACTION); in divideRequestIntoBatches()
494 startIndex += MAX_POLICIES_PER_TRANSACTION; in divideRequestIntoBatches()
495 endIndex = Math.min(request.size(), endIndex + MAX_POLICIES_PER_TRANSACTION); in divideRequestIntoBatches()