Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaGrants.java83 private static final String TEMP_TABLE_NAME_FOR_DELETION = field in MediaGrants
230 TEMP_TABLE_NAME_FOR_DELETION, FILE_ID_COLUMN));
233 queryBuilderTempTable.setTables(TEMP_TABLE_NAME_FOR_DELETION);
250 db.execSQL("INSERT INTO " + TEMP_TABLE_NAME_FOR_DELETION + " VALUES " + sb.toString(),
265 db.execSQL("DROP TABLE " + TEMP_TABLE_NAME_FOR_DELETION);
394 TEMP_TABLE_NAME_FOR_DELETION,