Searched refs:mRetrieveInteractiveWindows (Results 1 – 4 of 4) sorted by relevance
163 return (mUiAutomationService != null) && mUiAutomationService.mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
128 return mSecurityPolicy.canRetrieveWindowContentLocked(this) && mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
116 boolean mRetrieveInteractiveWindows; field in AbstractAccessibilityServiceConnection317 mRetrieveInteractiveWindows = (info.flags in setDynamicallyConfigurableProperties()
3664 return canRetrieveWindowContentLocked(service) && service.mRetrieveInteractiveWindows; in canRetrieveWindowsLocked()