Searched refs:mGlobalWindowTokens (Results 1 – 1 of 1) sorted by relevance
95 private final SparseArray<IBinder> mGlobalWindowTokens = new SparseArray<>(); field in AccessibilityWindowManager1404 mGlobalWindowTokens.put(windowId, token); in addAccessibilityInteractionConnection()1454 token, mGlobalWindowTokens, mGlobalInteractionConnections); in removeAccessibilityInteractionConnection()1537 window = mGlobalWindowTokens.get(windowId); in removeAccessibilityInteractionConnectionLocked()1538 mGlobalWindowTokens.remove(windowId); in removeAccessibilityInteractionConnectionLocked()1589 IBinder windowToken = mGlobalWindowTokens.get(windowId); in getWindowTokenForUserAndWindowIdLocked()1618 final int globalIndex = mGlobalWindowTokens.indexOfValue(token); in findWindowIdLocked()1620 return mGlobalWindowTokens.keyAt(globalIndex); in findWindowIdLocked()