Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1453 public boolean checkApiLevelAgainstNextRelease(int strictMinLevel) in checkApiLevelAgainstNextRelease()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4706 public boolean checkApiLevelAgainstNextRelease(int strictMinLevel) in checkApiLevelAgainstNextRelease()
5372 protected void checkApiLevelAgainst(String feature, int strictMinLevel) { in checkApiLevelAgainst()
DTestDevice.java2518 private void checkApiLevelAgainstNextRelease(String feature, int strictMinLevel) in checkApiLevelAgainstNextRelease()