/**@class android.content.Intent.FilterComparison @extends java.lang.Object Wrapper class holding an Intent and implementing comparisons on it for the purpose of filtering. The class implements its {@link #equals equals()} and {@link #hashCode hashCode()} methods as simple calls to {@link android.content.Intent#filterEquals(android.content.Intent)} filterEquals()} and {@link android.content.Intent#filterHashCode()} filterHashCode()} on the wrapped Intent. */ var FilterComparison = { /**Return the Intent that this FilterComparison represents. @return {Object {android.content.Intent}} Returns the Intent held by the FilterComparison. Do not modify! */ getIntent : function( ) {}, /** */ equals : function( ) {}, /** */ hashCode : function( ) {}, };