/**@class android.os.FileBridge @extends java.lang.Thread Simple bridge that allows file access across process boundaries without returning the underlying {@link FileDescriptor}. This is useful when the server side needs to strongly assert that a client side is completely hands-off. @hide */ var FileBridge = { /** */ isClosed : function( ) {}, /** */ forceClose : function( ) {}, /** */ setTargetFile : function( ) {}, /** */ getClientSocket : function( ) {}, /** */ run : function( ) {}, };