Searched refs:DB_CONNECTION (Results 1 – 5 of 5) sorted by relevance
37 DB_Results.DB_CONNECTION = true; // force DB connection while running the application in start()
62 public static boolean DB_CONNECTION = false; field in DB_Results95 if (!DB_CONNECTION) return null; in getDbLocation()169 if (DB_CONNECTION != connected || DB_LOCATION == null || DB_NAME == null || in updateDbConstants()174 DB_CONNECTION = connected; in updateDbConstants()192 if (!DB_CONNECTION) return null; in getDbTitle()795 if (this.fConnection != null || !DB_CONNECTION)
357 if (DB_Results.DB_CONNECTION) { in read()727 if (size() == 0 && DB_Results.DB_CONNECTION) { in setDefaults()889 if (!DB_Results.DB_CONNECTION) { in writeData()
63 this.buildNames = DB_Results.DB_CONNECTION in getBuildNames()
502 final boolean sameConnection = connected == DB_Results.DB_CONNECTION; in resetView()