Searched refs:COLUMN_OBJECT_HANDLE (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 45 MtpDatabaseConstants.COLUMN_OBJECT_HANDLE, 99 assertTrue(isNull(cursor, COLUMN_OBJECT_HANDLE)); in testPutSingleStorageDocuments() 162 assertTrue(isNull(cursor, COLUMN_OBJECT_HANDLE)); in testPutStorageDocuments() 212 assertEquals(100, getInt(cursor, COLUMN_OBJECT_HANDLE)); in testPutChildDocuments() 231 assertEquals(101, getInt(cursor, COLUMN_OBJECT_HANDLE)); in testPutChildDocuments() 250 assertEquals(102, getInt(cursor, COLUMN_OBJECT_HANDLE)); in testPutChildDocuments() 386 MtpDatabaseConstants.COLUMN_OBJECT_HANDLE, in testRestoreIdForChildDocuments() 424 assertEquals(200, getInt(cursor, COLUMN_OBJECT_HANDLE)); in testRestoreIdForChildDocuments() 429 assertEquals(203, getInt(cursor, COLUMN_OBJECT_HANDLE)); in testRestoreIdForChildDocuments() 538 MtpDatabaseConstants.COLUMN_OBJECT_HANDLE in testRestoreIdForDifferentParents() [all …]
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 66 static final String COLUMN_OBJECT_HANDLE = "object_handle"; field in MtpDatabaseConstants 126 COLUMN_OBJECT_HANDLE + " INTEGER," +
|
D | MtpDatabase.java | 415 COLUMN_OBJECT_HANDLE, in createIdentifier() 547 values.putNull(COLUMN_OBJECT_HANDLE); in disconnectDocuments() 630 "parent." + COLUMN_OBJECT_HANDLE, in getUnmappedDocumentsParent() argument 748 values.putNull(COLUMN_OBJECT_HANDLE); in getDeviceDocumentValues() 790 values.putNull(COLUMN_OBJECT_HANDLE); in getStorageDocumentValues() 828 values.put(COLUMN_OBJECT_HANDLE, info.getObjectHandle()); in getObjectDocumentValues()
|
D | Mapper.java | 159 strings(COLUMN_OBJECT_HANDLE, Document.COLUMN_DISPLAY_NAME)); in putChildDocuments()
|