Home
last modified time | relevance | path

Searched refs:hasRightsToCurrentUserLocked (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java256 protected boolean hasRightsToCurrentUserLocked() { in hasRightsToCurrentUserLocked() method in AccessibilityServiceConnection
283 if (!hasRightsToCurrentUserLocked()) { in setSoftKeyboardShowMode()
307 if (!hasRightsToCurrentUserLocked()) { in switchToInputMethod()
329 if (!hasRightsToCurrentUserLocked()) { in setInputMethodEnabled()
363 if (!hasRightsToCurrentUserLocked()) { in isAccessibilityButtonAvailable()
491 if (!hasRightsToCurrentUserLocked()) { in setFocusAppearance()
H A DAbstractAccessibilityServiceConnection.java535 if (!hasRightsToCurrentUserLocked()) { in getWindows()
584 if (!hasRightsToCurrentUserLocked()) { in getWindow()
623 if (!hasRightsToCurrentUserLocked()) { in findAccessibilityNodeInfosByViewId()
698 if (!hasRightsToCurrentUserLocked()) { in findAccessibilityNodeInfosByText()
774 if (!hasRightsToCurrentUserLocked()) { in findAccessibilityNodeInfoByAccessibilityId()
851 if (!hasRightsToCurrentUserLocked()) { in findFocus()
928 if (!hasRightsToCurrentUserLocked()) { in focusSearch()
1018 if (!hasRightsToCurrentUserLocked()) { in performAccessibilityAction()
1041 if (!hasRightsToCurrentUserLocked()) { in performGlobalAction()
1054 if (!hasRightsToCurrentUserLocked()) { in getSystemActions()
[all …]
H A DProxyAccessibilityServiceConnection.java238 if (!hasRightsToCurrentUserLocked()) { in setFocusAppearance()
301 protected boolean hasRightsToCurrentUserLocked() { in hasRightsToCurrentUserLocked() method in ProxyAccessibilityServiceConnection
H A DUiAutomationManager.java297 protected boolean hasRightsToCurrentUserLocked() { in hasRightsToCurrentUserLocked() method in UiAutomationManager.UiAutomationService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnectionTest.java858 protected boolean hasRightsToCurrentUserLocked() { in hasRightsToCurrentUserLocked() method in AbstractAccessibilityServiceConnectionTest.TestAccessibilityServiceConnection