Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DUiAutomationManager.java69 private IBinder mUiAutomationServiceOwner; field in UiAutomationManager
74 mUiAutomationServiceOwner.unlinkToDeath(this, 0);
75 mUiAutomationServiceOwner = null;
132 mUiAutomationServiceOwner = owner; in registerUiTestAutomationServiceLocked()
238 if (mUiAutomationServiceOwner != null) { in destroyUiAutomationService()
239 mUiAutomationServiceOwner.unlinkToDeath( in destroyUiAutomationService()
241 mUiAutomationServiceOwner = null; in destroyUiAutomationService()