/**@class android.hardware.display.WifiDisplay implements android.os.Parcelable @extends java.lang.Object Describes the properties of a Wifi display. <p> This object is immutable. </p> @hide */ var WifiDisplay = { /***/ EMPTY_ARRAY : "null", /***/ CREATOR : "null", /**Gets the MAC address of the Wifi display device. */ getDeviceAddress : function( ) {}, /**Gets the name of the Wifi display device. */ getDeviceName : function( ) {}, /**Gets the user-specified alias of the Wifi display device, or null if none. <p> The alias should be used in the UI whenever available. It is the value provided by the user when renaming the device. </p> */ getDeviceAlias : function( ) {}, /**Returns true if device is available, false otherwise. */ isAvailable : function( ) {}, /**Returns true if device can be connected to (not in use), false otherwise. */ canConnect : function( ) {}, /**Returns true if device has been remembered, false otherwise. */ isRemembered : function( ) {}, /**Gets the name to show in the UI. Uses the device alias if available, otherwise uses the device name. */ getFriendlyDisplayName : function( ) {}, /** */ equals : function( ) {}, /**Returns true if the two displays have the same identity (address, name and alias). This method does not compare the current status of the displays. */ equals : function( ) {}, /**Returns true if the other display is not null and has the same address as this one. Can be used to perform identity comparisons on displays ignoring properties that might change during a connection such as the name or alias. */ hasSameAddress : function( ) {}, /** */ hashCode : function( ) {}, /** */ writeToParcel : function( ) {}, /** */ describeContents : function( ) {}, /** */ toString : function( ) {}, };