Home
last modified time | relevance | path

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

/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDatabaseTest.java43 MtpDatabaseConstants.COLUMN_STORAGE_ID,
97 assertEquals(1, getInt(cursor, COLUMN_STORAGE_ID)); in testPutSingleStorageDocuments()
160 assertEquals(1, getInt(cursor, COLUMN_STORAGE_ID)); in testPutStorageDocuments()
210 assertEquals(0, getInt(cursor, COLUMN_STORAGE_ID)); in testPutChildDocuments()
229 assertEquals(0, getInt(cursor, COLUMN_STORAGE_ID)); in testPutChildDocuments()
249 assertEquals(0, getInt(cursor, COLUMN_STORAGE_ID)); in testPutChildDocuments()
323 MtpDatabaseConstants.COLUMN_STORAGE_ID, in testRestoreIdForRootDocuments()
340 assertEquals(100, getInt(cursor, COLUMN_STORAGE_ID)); in testRestoreIdForRootDocuments()
344 assertEquals(101, getInt(cursor, COLUMN_STORAGE_ID)); in testRestoreIdForRootDocuments()
373 assertEquals(200, getInt(cursor, COLUMN_STORAGE_ID)); in testRestoreIdForRootDocuments()
[all …]
/packages/services/Mtp/src/com/android/mtp/
DMtpDatabaseConstants.java65 static final String COLUMN_STORAGE_ID = "storage_id"; field in MtpDatabaseConstants
125 COLUMN_STORAGE_ID + " INTEGER," +
DMtpDatabase.java416 COLUMN_STORAGE_ID, in createIdentifier()
552 values.putNull(COLUMN_STORAGE_ID); in disconnectDocuments()
635 "parent." + COLUMN_STORAGE_ID, in getUnmappedDocumentsParent() argument
755 values.putNull(COLUMN_STORAGE_ID); in getDeviceDocumentValues()
799 values.put(COLUMN_STORAGE_ID, root.mStorageId); in getStorageDocumentValues()
837 values.put(COLUMN_STORAGE_ID, info.getStorageId()); in getObjectDocumentValues()
DMapper.java116 strings(COLUMN_STORAGE_ID, Document.COLUMN_DISPLAY_NAME)); in putStorageDocuments()