Searched refs:versionParts (Results 1 – 1 of 1) sorted by relevance
162 String[] versionParts = android.os.Build.VERSION.RELEASE_OR_CODENAME.split("\\."); in startDemoMode() local163 int majorVersion = Integer.valueOf(versionParts[0]); in startDemoMode()