HomeSort by relevance Sort by last modified time
    Searched refs:otherAddr (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 286 Uri otherAddr = ((HfpClientConnection) o).getAddress();
287 return getAddress() == otherAddr || otherAddr != null && otherAddr.equals(getAddress());
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 516 byte[] thisAddr, byte[] otherAddr) {
519 !Inet6Address.isLinkLocalAddress(otherAddr)) {
523 !Inet6Address.isSiteLocalAddress(otherAddr)) {
    [all...]

Completed in 117 milliseconds