Searched refs:mRetrieveInteractiveWindows (Results 1 – 5 of 5) sorted by relevance
167 return (mUiAutomationService != null) && mUiAutomationService.mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
130 return mSecurityPolicy.canRetrieveWindowContentLocked(this) && mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
285 return canRetrieveWindowContentLocked(service) && service.mRetrieveInteractiveWindows; in canRetrieveWindowsLocked()
152 boolean mRetrieveInteractiveWindows; field in AbstractAccessibilityServiceConnection327 mRetrieveInteractiveWindows = (info.flags in setDynamicallyConfigurableProperties()
371 mMockA11yServiceConnection.mRetrieveInteractiveWindows = true; in canRetrieveWindows_hasCapabilityAndRetrieveWindowsFlag_returnTrue()