Searched refs:SYSPROP_API_LEVEL (Results 1 – 1 of 1) sorted by relevance
89 private static final String SYSPROP_API_LEVEL = "ro.board.api_level"; field in AuthService654 final int apiLevel = SystemProperties.getInt(SYSPROP_API_LEVEL, firstApiLevel); in onStart()