/**@class android.content.IntentFilter.AuthorityEntry @extends java.lang.Object This is an entry for a single authority in the Iterator returned by {@link #authoritiesIterator}(). */ var AuthorityEntry = { /** */ getHost : function( ) {}, /** */ getPort : function( ) {}, /** @hide */ match : function( ) {}, /**Determine whether this AuthorityEntry matches the given data Uri. <em>Note that this comparison is case-sensitive, unlike formal RFC host names. You thus should always normalize to lower-case.</em> @param {Object {Uri}} data The Uri to match. @return {Number} Returns either {@link IntentFilter#NO_MATCH_DATA}, {@link IntentFilter#MATCH_CATEGORY_PORT}, or {@link IntentFilter#MATCH_CATEGORY_HOST}. */ match : function( ) {}, };