Searched refs:mUiAutomationService (Results 1 – 1 of 1) sorted by relevance
48 private UiAutomationService mUiAutomationService; field in UiAutomationManager92 if (mUiAutomationService != null) { in registerUiTestAutomationServiceLocked()106 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id, in registerUiTestAutomationServiceLocked()112 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked()113 mUiAutomationService.onAdded(); in registerUiTestAutomationServiceLocked()115 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()123 mUiAutomationService.connectServiceUnknownThread(); in registerUiTestAutomationServiceLocked()129 if ((mUiAutomationService == null) in unregisterUiTestAutomationServiceLocked()131 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked()133 != mUiAutomationService.mServiceInterface.asBinder())) { in unregisterUiTestAutomationServiceLocked()[all …]