Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java64 private IBinder mUiAutomationServiceOwner; field in UiAutomationManager
69 mUiAutomationServiceOwner.unlinkToDeath(this, 0);
70 mUiAutomationServiceOwner = null;
126 mUiAutomationServiceOwner = owner; in registerUiTestAutomationServiceLocked()
229 if (mUiAutomationServiceOwner != null) { in destroyUiAutomationService()
230 mUiAutomationServiceOwner.unlinkToDeath( in destroyUiAutomationService()
232 mUiAutomationServiceOwner = null; in destroyUiAutomationService()