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.java1302 public boolean checkApiLevelAgainstNextRelease(int strictMinLevel) in checkApiLevelAgainstNextRelease()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1839 private void checkApiLevelAgainstNextRelease(String feature, int strictMinLevel) in checkApiLevelAgainstNextRelease()
DNativeDevice.java3950 public boolean checkApiLevelAgainstNextRelease(int strictMinLevel) in checkApiLevelAgainstNextRelease()
4484 protected void checkApiLevelAgainst(String feature, int strictMinLevel) { in checkApiLevelAgainst()