Home
last modified time | relevance | path

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

/packages/services/Mtp/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java307 MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, in testQueryDocument()
345 MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, in testQueryDocument_directory()
457 MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, in testQueryChildDocuments()
508 setupDocuments(0, 0, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, "1", new MtpObjectInfo[] { in testDeleteDocument()
528 setupDocuments(0, 0, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, "1", new MtpObjectInfo[] { in testDeleteDocument_error()
552 setupDocuments(0, 0, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, "1", new MtpObjectInfo[] { in testOpenDocument()
590 setupDocuments(0, 0, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, "1", new MtpObjectInfo[] { in testOpenDocument_shortBytes()
702 MtpManager.OBJECT_HANDLE_ROOT_CHILDREN : objectHandleOffset + i - 1; in testMappingDisconnectedDocuments()
812 0, 1, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, new int[] { 100 }); in testOpenDocument_noWritingSupport()
836 MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, in testObjectSizeLong()
[all …]
DDocumentLoaderTest.java116 mManager.setObjectHandles(0, 0, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, null); in testError_GetObjectHandles()
198 manager.setObjectHandles(0, 0, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN, childDocuments); in setUpDocument()
DMtpManagerTest.java129 mUsbDevice.getDeviceId(), storageId, MtpManager.OBJECT_HANDLE_ROOT_CHILDREN)) { in testCreateDocumentAndGetPartialObject()
/packages/services/Mtp/src/com/android/mtp/
DMtpManager.java48 final static int OBJECT_HANDLE_ROOT_CHILDREN = -1; field in MtpManager
DDocumentLoader.java276 parentHandle = MtpManager.OBJECT_HANDLE_ROOT_CHILDREN; in loadObjectHandles()