Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DBubbleNotificationPreferenceController.java42 public class BubbleNotificationPreferenceController extends TogglePreferenceController class
55 public BubbleNotificationPreferenceController(Context context, String preferenceKey) { in BubbleNotificationPreferenceController() method in BubbleNotificationPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBubbleNotificationPreferenceControllerTest.java55 private BubbleNotificationPreferenceController mController;
64 mController = new BubbleNotificationPreferenceController(mContext, in setUp()