Home
last modified time | relevance | path

Searched refs:otherNode (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java176 BrowseNode otherNode = (BrowseNode) other; in equals() local
177 return getID().equals(otherNode.getID()); in equals()