Home
last modified time | relevance | path

Searched refs:unbindServiceLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java313 unbindServiceLocked(tsd); // Remove bind groups first in onStopUser()
424 private void unbindServiceLocked(TextServicesData tsd) { in unbindServiceLocked() method in TextServicesManagerService
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1552 unbindServiceLocked(connection); in bindServiceLocked()
1744 boolean unbindServiceLocked(IServiceConnection connection) { in unbindServiceLocked() method in ActiveServices
DActivityManagerService.java20514 return mServices.unbindServiceLocked(connection); in unbindService()