/**@class android.net.LocalSocketAddress @extends java.lang.Object A UNIX-domain (AF_LOCAL) socket address. For use with android.net.LocalSocket and android.net.LocalServerSocket. On the Android system, these names refer to names in the Linux abstract (non-filesystem) UNIX domain namespace. */ var LocalSocketAddress = { /**Retrieves the string name of this address @return {String} string name */ getName : function( ) {}, /**Returns the namespace used by this address. @return {Object {android.net.LocalSocketAddress.Namespace}} non-null a namespace */ getNamespace : function( ) {}, };