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