Home
last modified time | relevance | path

Searched refs:ScreenFlashNotificationPreferenceController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsPreferenceFragmentTest.java77 ScreenFlashNotificationPreferenceController controller = mock( in onAttach_attachedTheTestFragment()
78 ScreenFlashNotificationPreferenceController.class); in onAttach_attachedTheTestFragment()
DScreenFlashNotificationPreferenceControllerTest.java87 private ScreenFlashNotificationPreferenceController mController;
99 mController = new ScreenFlashNotificationPreferenceController(context, PREFERENCE_KEY); in setUp()
/packages/apps/Settings/src/com/android/settings/accessibility/
DScreenFlashNotificationPreferenceController.java40 public class ScreenFlashNotificationPreferenceController extends TogglePreferenceController { class
45 public ScreenFlashNotificationPreferenceController(Context context, String preferenceKey) { in ScreenFlashNotificationPreferenceController() method in ScreenFlashNotificationPreferenceController
DFlashNotificationsPreferenceFragment.java51 use(ScreenFlashNotificationPreferenceController.class).setParentFragment(this); in onAttach()