Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java100 public static final String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS " field in IpMemoryStoreDatabase.NetworkAttributesContract
130 public static final String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS " field in IpMemoryStoreDatabase.PrivateDataContract
162 db.execSQL(NetworkAttributesContract.CREATE_TABLE); in onCreate()
163 db.execSQL(PrivateDataContract.CREATE_TABLE); in onCreate()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageProvider.java140 private static final String CREATE_TABLE = "CREATE TABLE " + BUG_REPORTS_TABLE + " (" field in BugStorageProvider.DatabaseHelper
160 db.execSQL(CREATE_TABLE); in onCreate()