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