Home
last modified time | relevance | path

Searched defs:basePrice (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DEconomicPolicy.java151 public final long basePrice; field in EconomicPolicy.Action
159 Action(int id, long costToProduce, long basePrice) { in Action()
163 Action(int id, long costToProduce, long basePrice, boolean respectsStockLimit) { in Action()