Searched refs:COLUMN_OBJECT_HANDLE (Results 1 – 4 of 4) sorted by relevance
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 44 MtpDatabaseConstants.COLUMN_OBJECT_HANDLE, 98 assertTrue(isNull(cursor, COLUMN_OBJECT_HANDLE)); in testPutSingleStorageDocuments() 161 assertTrue(isNull(cursor, COLUMN_OBJECT_HANDLE)); in testPutStorageDocuments() 211 assertEquals(100, getInt(cursor, COLUMN_OBJECT_HANDLE)); in testPutChildDocuments() 230 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 …]
|
/packages/services/Mtp/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 | 417 COLUMN_OBJECT_HANDLE, in createIdentifier() 553 values.putNull(COLUMN_OBJECT_HANDLE); in disconnectDocuments() 636 "parent." + COLUMN_OBJECT_HANDLE, in getUnmappedDocumentsParent() argument 756 values.putNull(COLUMN_OBJECT_HANDLE); in getDeviceDocumentValues() 800 values.putNull(COLUMN_OBJECT_HANDLE); in getStorageDocumentValues() 838 values.put(COLUMN_OBJECT_HANDLE, info.getObjectHandle()); in getObjectDocumentValues()
|
D | Mapper.java | 159 strings(COLUMN_OBJECT_HANDLE, Document.COLUMN_DISPLAY_NAME)); in putChildDocuments()
|