Searched defs:mUiAutomationService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java552 if (userState.mUiAutomationService != null) {
555 installedServices.remove(userState.mUiAutomationService.mAccessibilityServiceInfo);
755 if (userState.mUiAutomationService != null) {
793 if (userState.mUiAutomationService != null
795 && userState.mUiAutomationService.mServiceInterface != null
796 && userState.mUiAutomationService.mServiceInterface.asBinder()
798 userState.mUiAutomationService.binderDied();
1041 if (userState.mUiAutomationService != null) {
1043 userState.mUiAutomationService.binderDied();
1284 if (userState.mUiAutomationService !
4980 private Service mUiAutomationService; field in class:AccessibilityManagerService.UserState
[all...]

Completed in 98 milliseconds