Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DBubbleSummaryNotificationPreferenceController.java30 public class BubbleSummaryNotificationPreferenceController extends BasePreferenceController { class
32 public BubbleSummaryNotificationPreferenceController(Context context, String preferenceKey) { in BubbleSummaryNotificationPreferenceController() method in BubbleSummaryNotificationPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBubbleSummaryNotificationPreferenceControllerTest.java54 private BubbleSummaryNotificationPreferenceController mController;
63 mController = new BubbleSummaryNotificationPreferenceController(mContext, in setUp()