Searched refs:mRetrieveInteractiveWindows (Results 1 – 6 of 6) sorted by relevance
191 return (mUiAutomationService != null) && mUiAutomationService.mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
332 return canRetrieveWindowContentLocked(service) && service.mRetrieveInteractiveWindows; in canRetrieveWindowsLocked()
197 return mSecurityPolicy.canRetrieveWindowContentLocked(this) && mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
422 if (proxy.mRetrieveInteractiveWindows) { in canRetrieveInteractiveWindowsLocked()
210 boolean mRetrieveInteractiveWindows; field in AbstractAccessibilityServiceConnection471 mRetrieveInteractiveWindows = (info.flags in setDynamicallyConfigurableProperties()
403 mMockA11yServiceConnection.mRetrieveInteractiveWindows = true; in canRetrieveWindows_hasCapabilityAndRetrieveWindowsFlag_returnTrue()