Home
last modified time | relevance | path

Searched refs:getWindowIdForLeashToken (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityServiceConnectionImpl.java179 public int getWindowIdForLeashToken(IBinder token) { in getWindowIdForLeashToken() method in AccessibilityServiceConnectionImpl
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl124 int getWindowIdForLeashToken(IBinder token); in getWindowIdForLeashToken() method
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java567 windowId = connection.getWindowIdForLeashToken(leashToken); in findAccessibilityNodeInfoByAccessibilityId()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java1541 public int getWindowIdForLeashToken(@NonNull IBinder token) { in getWindowIdForLeashToken() method in AbstractAccessibilityServiceConnection