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