Searched refs:mUiAutomationService (Results 1 – 1 of 1) sorted by relevance
59 private UiAutomationService mUiAutomationService; field in UiAutomationManager108 if (mUiAutomationService != null) { in registerUiTestAutomationServiceLocked()110 "UiAutomationService " + mUiAutomationService.mServiceInterface in registerUiTestAutomationServiceLocked()129 mUiAutomationService = new UiAutomationService(context, accessibilityServiceInfo, id, in registerUiTestAutomationServiceLocked()133 mUiAutomationService.mServiceInterface = serviceClient; in registerUiTestAutomationServiceLocked()135 mUiAutomationService.mServiceInterface.asBinder().linkToDeath(mUiAutomationService, in registerUiTestAutomationServiceLocked()145 mUiAutomationService.connectServiceUnknownThread(); in registerUiTestAutomationServiceLocked()151 && ((mUiAutomationService == null) in unregisterUiTestAutomationServiceLocked()153 || (mUiAutomationService.mServiceInterface == null) in unregisterUiTestAutomationServiceLocked()155 != mUiAutomationService.mServiceInterface.asBinder()))) { in unregisterUiTestAutomationServiceLocked()[all …]