Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DEconomyManagerInternal.java131 boolean canPayFor(int userId, @NonNull String pkgName, @NonNull ActionBill bill); in canPayFor() method
H A DInternalResourceService.java1429 public boolean canPayFor(int userId, @NonNull String pkgName, @NonNull ActionBill bill) { in canPayFor() method in InternalResourceService.LocalService