Home
last modified time | relevance | path

Searched refs:cleanupService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java112 userState.mConnection.cleanupService(); in onStopUser()
569 cleanupService(); in onServiceDisconnected()
574 cleanupService(); in onBindingDied()
579 cleanupService(); in onNullBinding()
582 void cleanupService() { in cleanupService() method in TextClassificationManagerService.UserState.TextClassifierServiceConnection
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java553 cleanupService(); in onServiceDisconnected()
558 cleanupService(); in onBindingDied()
563 cleanupService(); in onNullBinding()
566 void cleanupService() { in cleanupService() method in AttentionManagerService.UserState.AttentionServiceConnection
660 userState.mConnection.cleanupService(); in cancelAndUnbindLocked()