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