Searched refs:canRetrieveInteractiveWindowsLocked (Results 1 – 7 of 7) sorted by relevance
138 assertFalse(mUiAutomationManager.canRetrieveInteractiveWindowsLocked()); in canRetrieveInteractiveWindowsLocked_dependsOnInfoFlags()140 assertFalse(mUiAutomationManager.canRetrieveInteractiveWindowsLocked()); in canRetrieveInteractiveWindowsLocked_dependsOnInfoFlags()144 assertTrue(mUiAutomationManager.canRetrieveInteractiveWindowsLocked()); in canRetrieveInteractiveWindowsLocked_dependsOnInfoFlags()146 assertFalse(mUiAutomationManager.canRetrieveInteractiveWindowsLocked()); in canRetrieveInteractiveWindowsLocked_dependsOnInfoFlags()194 assertFalse(mUiAutomationManager.canRetrieveInteractiveWindowsLocked()); in uiAutomationWithDontUseAccessibilityFlag_disableAccessibilityFunctions()
497 when(mProxyManager.canRetrieveInteractiveWindowsLocked()).thenReturn(false); in testOnClientChange_magnificationEnabledAndCapabilityAll_requestConnection()514 when(mProxyManager.canRetrieveInteractiveWindowsLocked()).thenReturn(false); in testOnClientChange_boundServiceCanControlMagnification_requestConnection()
317 assertThat(mProxyManager.canRetrieveInteractiveWindowsLocked()).isTrue(); in testCanRetrieveInteractiveWindows_atLeastOneProxyWantsWindows_returnsTrue()
183 boolean canRetrieveInteractiveWindowsLocked() { in canRetrieveInteractiveWindowsLocked() method in UiAutomationManager
143 public boolean canRetrieveInteractiveWindowsLocked() { in canRetrieveInteractiveWindowsLocked() method in AccessibilityServiceConnection
361 public boolean canRetrieveInteractiveWindowsLocked() { in canRetrieveInteractiveWindowsLocked() method in ProxyManager
2771 boolean observingWindows = mUiAutomationManager.canRetrieveInteractiveWindowsLocked() in updateWindowsForAccessibilityCallbackLocked()2772 || mProxyManager.canRetrieveInteractiveWindowsLocked(); in updateWindowsForAccessibilityCallbackLocked()2777 if (boundService.canRetrieveInteractiveWindowsLocked()) { in updateWindowsForAccessibilityCallbackLocked()