Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java1460 int[] dropPercentInt = new int[Integer.bitCount(FLEXIBLE_CONSTRAINTS)]; in parsePercentToDropString() local
1461 if (dropPercentInt.length != dropPercentString.length) { in parsePercentToDropString()
1467 dropPercentInt[i] = in parsePercentToDropString()
1473 if (dropPercentInt[i] < prevPercent) { in parsePercentToDropString()
1477 if (dropPercentInt[i] > 100) { in parsePercentToDropString()
1481 prevPercent = dropPercentInt[i]; in parsePercentToDropString()
1484 return dropPercentInt; in parsePercentToDropString()