Home
last modified time | relevance | path

Searched refs:createTableIfNotExists (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/vendor/
DOnDevicePersonalizationLocalDataDao.java133 protected boolean createTableIfNotExists() { in createTableIfNotExists() method in OnDevicePersonalizationLocalDataDao
157 if (!createTableIfNotExists()) { in createTable()
DOnDevicePersonalizationVendorDataDao.java223 private boolean createTableIfNotExists(String tableName) { in createTableIfNotExists() method in OnDevicePersonalizationVendorDataDao
351 if (!createTableIfNotExists(mTableName)) { in batchUpdateOrInsertVendorDataTransaction()
354 if (!mLocalDao.createTableIfNotExists()) { in batchUpdateOrInsertVendorDataTransaction()