Searched refs:isFromClient (Results 1 – 4 of 4) sorted by relevance
344 if (windowToken != null && windowToken.isFromClient()) { in onRemoved()
754 boolean isFromClient() { in isFromClient() method in WindowToken
3079 if (token != null && token.isFromClient()) { in detachWindowContext()
184 assertFalse(windowToken.isFromClient()); in testAddWindowToken()