Searched defs:mUiAutomationService (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java157 private Service mUiAutomationService; field in class:AccessibilityManagerService
224 if (mUiAutomationService == null) {
531 mUiAutomationService = new Service(mCurrentUserId, componentName,
533 mUiAutomationService.onServiceConnected(componentName, serviceClient.asBinder());
574 if (mUiAutomationService != null && mUiAutomationService.mServiceInterface != null
575 && serviceClient != null && mUiAutomationService.mServiceInterface
577 mUiAutomationService.binderDied();
1928 mUiAutomationService = null;
2473 if (mUiAutomationService
[all...]

Completed in 31 milliseconds