History log of /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceResponse.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e6748ce31f18782b7a47a5b2eb251efd83e7b609 12-Dec-2015 Andreas Gampe <agampe@google.com> Frameworks/base: Use Arrays.toString

Fix a couple of cases where Arrays.toString should be used.

Bug: 19797138
Change-Id: I905fc79e63face9b26975320a92086c732bf6316
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceResponse.java
34a7d13a65ab5734cd35c00863aa06ce54858ff0 15-Mar-2015 Andreas Gampe <agampe@google.com> Frameworks/base: Fix a hashCode implementation

Equals uses Arrays.equals. That means two responses are equal if
the content of the data arrays is equal. By convention, the hash
code of those objects should agree. In that case one cannot use
hashCode on the array (which is the identity hash code).

Change-Id: Icce8e2e71e9142421f5dac8a0ee8a211623fb704
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceResponse.java
aa621bf26ff4c967993878b7787c45e6bdd7af6d 09-Jan-2013 Wink Saville <wink@google.com> Use readUnsignedByte.

To remove any doubt about how java is doing its byte/integer arithmetic
use readUnsignedByte instead of readByte.

Change-Id: I5bdc200ed0cda51ad739804ac1d8d13c043424ec
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceResponse.java
8bf825f48fde77cb2feb8720aac17093581bb085 14-Apr-2012 Irfan Sheriff <isheriff@google.com> Open p2p pre-association service discovery API

This allows applications to filter out the devices by the
services supported for the purpose of establishing a
connection.

so, a game app can connect to devices that support the game,
and a media streaming app can filter and connect only to
the available media display devices

Change-Id: Ia792e292d2ca771beeb4ca3b007a047527c19229
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceResponse.java
21ba8153325e010224c6bc75a0acdc98b6ca82e8 05-Apr-2012 Irfan Sheriff <isheriff@google.com> Pre-association service discovery support

Add UPnp, Bonjour and vendor specific support for discovering services on
Wi-Fi direct before establishing a connection.

Change-Id: I1c1f3427180abdc80a4e682e713adc7f0326c5ef
Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/WifiP2pServiceResponse.java