Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2901 int deviceApiLevel; in getLogcatSince() local
2903 deviceApiLevel = getApiLevel(); in getLogcatSince()
2904 if (deviceApiLevel <= 22) { in getLogcatSince()
2915 if (deviceApiLevel >= 24) { in getLogcatSince()