Searched refs:MOCK_CONNECTION_ID (Results 1 – 2 of 2) sorted by relevance
45 private static final int MOCK_CONNECTION_ID = 0xabcd; field in AccessibilityInteractionClientTest56 MOCK_CONNECTION_ID, mMockConnection, /*initializeCache=*/true); in setUp()66 AccessibilityInteractionClient.setCache(MOCK_CONNECTION_ID, mMockCache); in findA11yNodeInfoByA11yId_whenBypassingCache_doesntTouchCache()74 MOCK_CONNECTION_ID, windowId, accessibilityNodeId, true, 0, null); in findA11yNodeInfoByA11yId_whenBypassingCache_doesntTouchCache()86 AccessibilityCache firstCache = AccessibilityInteractionClient.getCache(MOCK_CONNECTION_ID); in getCache_differentConnections_returnsDifferentCaches()108 AccessibilityCache cache = AccessibilityInteractionClient.getCache(MOCK_CONNECTION_ID); in getCache_removeConnection_returnsNull()111 AccessibilityInteractionClient.removeConnection(MOCK_CONNECTION_ID); in getCache_removeConnection_returnsNull()112 cache = AccessibilityInteractionClient.getCache(MOCK_CONNECTION_ID); in getCache_removeConnection_returnsNull()
71 private static final int MOCK_CONNECTION_ID = 1; field in AccessibilityCacheTest1073 node.setConnectionId(MOCK_CONNECTION_ID); in getNodeWithA11yAndWindowId()