Searched refs:mRetrieveInteractiveWindows (Results 1 – 5 of 5) sorted by relevance
185 return (mUiAutomationService != null) && mUiAutomationService.mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
133 return mSecurityPolicy.canRetrieveWindowContentLocked(this) && mRetrieveInteractiveWindows; in canRetrieveInteractiveWindowsLocked()
300 return canRetrieveWindowContentLocked(service) && service.mRetrieveInteractiveWindows; in canRetrieveWindowsLocked()
168 boolean mRetrieveInteractiveWindows; field in AbstractAccessibilityServiceConnection353 mRetrieveInteractiveWindows = (info.flags in setDynamicallyConfigurableProperties()
419 mMockA11yServiceConnection.mRetrieveInteractiveWindows = true; in canRetrieveWindows_hasCapabilityAndRetrieveWindowsFlag_returnTrue()