Home
last modified time | relevance | path

Searched refs:removeAllRecentConversations (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/people/
H A DIPeopleManager.aidl51 void removeAllRecentConversations(); in removeAllRecentConversations() method
/aosp12/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java192 public void removeAllRecentConversations() {
194 mDataManager.removeAllRecentConversations(
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DRecentConversationsPreferenceController.java82 mPs.removeAllRecentConversations(); in getClearAll()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DRecentConversationsPreferenceControllerTest.java302 verify(mPs).removeAllRecentConversations(); in testRemoveConversations()
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java343 public void removeAllRecentConversations(@UserIdInt int callingUserId) { in removeAllRecentConversations() method in DataManager
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1513 mDataManager.removeAllRecentConversations(USER_ID_PRIMARY);