Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DBubbleSummaryNotificationPreferenceController.java33 public class BubbleSummaryNotificationPreferenceController extends BasePreferenceController { class
38 public BubbleSummaryNotificationPreferenceController(Context context, String preferenceKey) { in BubbleSummaryNotificationPreferenceController() method in BubbleSummaryNotificationPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DBubbleSummaryNotificationPreferenceControllerTest.java49 private BubbleSummaryNotificationPreferenceController mController;
57 mController = new BubbleSummaryNotificationPreferenceController(mContext, in setUp()