Searched refs:mMaxSdk (Results 1 – 1 of 1) sorted by relevance
117 private Integer mMaxSdk = null; field in DeviceSelectionOptions410 if ((mMinSdk != null) || (mMaxSdk != null)) { in matches()418 if (mMaxSdk != null && mMaxSdk < deviceSdkLevel) { in matches()