HomeSort by relevance Sort by last modified time
    Searched full:jvers (Results 1 - 1 of 1) sorted by null

  /dalvik/libcore/sql/src/main/java/SQLite/
JDBCDriver.java 21 String jvers = java.lang.System.getProperty("java.version"); typedefs
23 if (jvers == null || jvers.startsWith("1.0")) {
25 } else if (jvers.startsWith("1.1")) {
27 } else if (jvers.startsWith("1.2") || jvers.startsWith("1.3")) {
29 } else if (jvers.startsWith("1.4")) {
31 } else if (jvers.startsWith("1.5")) {

Completed in 12 milliseconds