Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DUiAutomationManager.java65 private IBinder mUiAutomationServiceOwner; field in UiAutomationManager
70 mUiAutomationServiceOwner.unlinkToDeath(this, 0);
71 mUiAutomationServiceOwner = null;
127 mUiAutomationServiceOwner = owner; in registerUiTestAutomationServiceLocked()
230 if (mUiAutomationServiceOwner != null) { in destroyUiAutomationService()
231 mUiAutomationServiceOwner.unlinkToDeath( in destroyUiAutomationService()
233 mUiAutomationServiceOwner = null; in destroyUiAutomationService()