Home
last modified time | relevance | path

Searched refs:BubbleSummaryPreferenceController (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBubbleSummaryPreferenceControllerTest.java25 import static com.android.settings.notification.BubbleSummaryPreferenceController.SYSTEM_WIDE_OFF;
26 import static com.android.settings.notification.BubbleSummaryPreferenceController.SYSTEM_WIDE_ON;
71 private BubbleSummaryPreferenceController mController;
78 mController = spy(new BubbleSummaryPreferenceController(mContext, mBackend)); in setUp()
/packages/apps/Settings/src/com/android/settings/notification/
DBubbleSummaryPreferenceController.java33 public class BubbleSummaryPreferenceController extends NotificationPreferenceController { class
41 public BubbleSummaryPreferenceController(Context context, NotificationBackend backend) { in BubbleSummaryPreferenceController() method in BubbleSummaryPreferenceController
DAppNotificationSettings.java124 mControllers.add(new BubbleSummaryPreferenceController(context, mBackend)); in createPreferenceControllers()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DBubbleSummaryPreferenceController.java32 public class BubbleSummaryPreferenceController extends NotificationPreferenceController { class
38 public BubbleSummaryPreferenceController(Context context, NotificationBackend backend) { in BubbleSummaryPreferenceController() method in BubbleSummaryPreferenceController
DAppNotificationSettings.java155 mControllers.add(new BubbleSummaryPreferenceController(context, mBackend)); in createPreferenceControllers()