Searched refs:deviceSdkLevel (Results 1 – 2 of 2) sorted by relevance
489 int deviceSdkLevel = getDeviceSdkLevel(device); in matches() local490 if (deviceSdkLevel < 0) { in matches()493 if (mMinSdk != null && deviceSdkLevel < mMinSdk) { in matches()496 if (mMaxSdk != null && mMaxSdk < deviceSdkLevel) { in matches()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...