Searched refs:createTableIfNotExists (Results 1 – 2 of 2) sorted by relevance
133 protected boolean createTableIfNotExists() { in createTableIfNotExists() method in OnDevicePersonalizationLocalDataDao157 if (!createTableIfNotExists()) { in createTable()
223 private boolean createTableIfNotExists(String tableName) { in createTableIfNotExists() method in OnDevicePersonalizationVendorDataDao351 if (!createTableIfNotExists(mTableName)) { in batchUpdateOrInsertVendorDataTransaction()354 if (!mLocalDao.createTableIfNotExists()) { in batchUpdateOrInsertVendorDataTransaction()