Searched refs:RecentConversationPreference (Results 1 – 3 of 3) sorted by relevance
94 if (p instanceof RecentConversationPreference) { in getClearAll()95 if (((RecentConversationPreference) p).hasClearListener()) { in getClearAll()170 protected RecentConversationPreference createConversationPref( in createConversationPref()175 RecentConversationPreference pref = new RecentConversationPreference(mContext); in createConversationPref()
28 public class RecentConversationPreference extends TwoTargetPreference { class38 public RecentConversationPreference(Context context) { in RecentConversationPreference() method in RecentConversationPreference
235 RecentConversationPreference pref = mController.createConversationPref(ccw); in testRemoveConversation()263 RecentConversationPreference pref = mController.createConversationPref(ccw); in testRemoveConversations()270 RecentConversationPreference pref2 = mController.createConversationPref(ccw2); in testRemoveConversations()297 RecentConversationPreference pref = mController.createConversationPref(ccw); in testNonremoveableConversation()