Searched refs:unbindImeLocked (Results 1 – 4 of 4) sorted by relevance
529 verify(mMockSystemSupport, atLeastOnce()).unbindImeLocked(mAccessibilityServiceConnection); in testUnbindIme_whenServiceUnbinds()536 verify(mMockSystemSupport).unbindImeLocked(mAccessibilityServiceConnection); in testUnbindIme_whenServiceCrashed()545 verify(mMockSystemSupport).unbindImeLocked(mAccessibilityServiceConnection); in testUnbindIme_whenServiceStopsRequestingIme()
131 mSystemSupport.unbindImeLocked(this); in unbindLocked()382 mSystemSupport.unbindImeLocked(this); in binderDied()
320 void unbindImeLocked(AbstractAccessibilityServiceConnection connection); in unbindImeLocked() method499 mSystemSupport.unbindImeLocked(this); in setServiceInfo()
5059 public void unbindImeLocked(AbstractAccessibilityServiceConnection connection) { in unbindImeLocked() method in AccessibilityManagerService