Home
last modified time | relevance | path

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

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