Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DBubbleNotificationPreferenceController.java42 public class BubbleNotificationPreferenceController extends class
54 public BubbleNotificationPreferenceController(Context context, String preferenceKey) { in BubbleNotificationPreferenceController() method in BubbleNotificationPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DBubbleNotificationPreferenceControllerTest.java57 private BubbleNotificationPreferenceController mController;
66 mController = new BubbleNotificationPreferenceController(mContext, in setUp()