Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterOptions.java238 void setCheckFlashingPermitsLease(boolean checkFlashingPermitsLease) { in setCheckFlashingPermitsLease() argument
239 mCheckFlashingPermitsOnLease = checkFlashingPermitsLease; in setCheckFlashingPermitsLease()
DClusterCommandScheduler.java516 boolean checkFlashingPermitsLease = options.checkFlashingPermitsOnLease(); in getAvailableFlashingPermits()
517 if (checkFlashingPermitsLease) { in getAvailableFlashingPermits()