Searched refs:onClientChangeLocked (Results 1 – 7 of 7) sorted by relevance
145 mSystemSupport.onClientChangeLocked(false); in disableSelf()170 mSystemSupport.onClientChangeLocked(false); in onServiceConnected()201 mSystemSupport.onClientChangeLocked(false); in initializeService()285 mSystemSupport.onClientChangeLocked(false); in binderDied()
214 mSystemSupport.onClientChangeLocked(false); in destroyUiAutomationService()
220 void onClientChangeLocked(boolean serviceInfoChanged); in onClientChangeLocked() method370 mSystemSupport.onClientChangeLocked(true); in setServiceInfo()
2888 public void onClientChangeLocked(boolean serviceInfoChanged) { in onClientChangeLocked() method in AccessibilityManagerService
161 verify(mMockSystemSupport).onClientChangeLocked(false); in uiAutomationBinderDiesBeforeConnecting_notifiesSystem()
172 verify(mMockSystemSupport, times(2)).onClientChangeLocked(false); in connectedService_notInEnabledServiceList_doNotInitClient()
2166 HSPLcom/android/server/accessibility/AccessibilityManagerService;->onClientChangeLocked(Z)V