Searched refs:PROPERTIES (Results 1 – 4 of 4) sorted by relevance
31 String PROPERTIES = "properties"; field43 db.execSQL("CREATE TABLE " + Tables.PROPERTIES + " (" + in createPropertiesTable()54 final Cursor cursor = db.query(Tables.PROPERTIES, in getProperty()77 db.replace(Tables.PROPERTIES, null, values); in setProperty()
101 static final String PROPERTIES = "properties"; field421 db.execSQL("CREATE TABLE " + Tables.PROPERTIES + " (" in setupTables()451 db.execSQL("DROP TABLE IF EXISTS " + Tables.PROPERTIES); in dropTables()524 db.replace(Tables.PROPERTIES, null, values); in setProperty()537 final Cursor cursor = db.query(Tables.PROPERTIES, in getProperty()
482 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),
69477 ------ SYSTEM PROPERTIES ------69764 ------ 0.004s was the duration of 'SYSTEM PROPERTIES' ------