Searched refs:otherClient (Results 1 – 1 of 1) sorted by relevance
139 boolean hasSameClient(String otherClient) { in hasSameClient() argument140 return mClientId.compareTo(otherClient) == 0; in hasSameClient()