Searched refs:FlashNotificationsPreferenceController (Results 1 – 2 of 2) sorted by relevance
28 public class FlashNotificationsPreferenceController extends BasePreferenceController { class30 public FlashNotificationsPreferenceController(Context context, String key) { in FlashNotificationsPreferenceController() method in FlashNotificationsPreferenceController
52 private FlashNotificationsPreferenceController mController;57 mController = new FlashNotificationsPreferenceController(mContext, PREFERENCE_KEY); in setUp()