Searched refs:pruneOldRecentConversations (Results 1 – 2 of 2) sorted by relevance
344 pruneOldRecentConversations(callingUserId, Long.MAX_VALUE); in removeAllRecentConversations()351 public void pruneOldRecentConversations(@UserIdInt int callingUserId, long currentTimeMs) { in pruneOldRecentConversations() method in DataManager577 pruneOldRecentConversations(userId, System.currentTimeMillis()); in pruneDataForUser()
1383 mDataManager.pruneOldRecentConversations(USER_ID_PRIMARY, in testPruneOldRecentConversations()