Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DFlashNotificationsPreferenceController.java28 public class FlashNotificationsPreferenceController extends BasePreferenceController { class
30 public FlashNotificationsPreferenceController(Context context, String key) { in FlashNotificationsPreferenceController() method in FlashNotificationsPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsPreferenceControllerTest.java52 private FlashNotificationsPreferenceController mController;
57 mController = new FlashNotificationsPreferenceController(mContext, PREFERENCE_KEY); in setUp()