/**@class android.mtp.MtpDatabase
 implements java.lang.AutoCloseable

@extends java.lang.Object

 MtpDatabase provides an interface for MTP operations that MtpServer can use. To do this, it uses
 MtpStorageManager for filesystem operations and MediaProvider to get media metadata. File
 operations are also reflected in MediaProvider if possible.
 operations
 {@hide}
*/
var MtpDatabase = {

/**
*/
getObjectPropertiesUri : function(  ) {},

/**
*/
setServer : function(  ) {},

/**
*/
getContext : function(  ) {},

/**
*/
close : function(  ) {},

/**
*/
addStorage : function(  ) {},

/**
*/
removeStorage : function(  ) {},


};