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