Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/mtp/
DMtpStorageManager.java585 addObjectToCache(object, file.getFileName().toString(), in getChildren()
605 private synchronized MtpObject addObjectToCache(MtpObject parent, String newName, in addObjectToCache() method in MtpStorageManager
686 obj = MtpStorageManager.this.addObjectToCache(parent, path, isDir); in handleAddedObject()
896 MtpObject obj = addObjectToCache(parent, name, format == MtpConstants.FORMAT_ASSOCIATION); in beginSendObject()