Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DAmbientDisplayNotificationsPreferenceControllerTest.java66 private AmbientDisplayNotificationsPreferenceController mController;
73 mController = new AmbientDisplayNotificationsPreferenceController(mContext, in setUp()
74 AmbientDisplayNotificationsPreferenceController.KEY_AMBIENT_DISPLAY_NOTIFICATIONS); in setUp()
144 AmbientDisplayNotificationsPreferenceController.KEY_AMBIENT_DISPLAY_NOTIFICATIONS); in handlePreferenceTreeClick_reportsEventForItsPreference()
162 final AmbientDisplayNotificationsPreferenceController controller = in isSliceableCorrectKey_returnsTrue()
163 new AmbientDisplayNotificationsPreferenceController(mContext, in isSliceableCorrectKey_returnsTrue()
170 final AmbientDisplayNotificationsPreferenceController controller = in isSliceableIncorrectKey_returnsFalse()
171 new AmbientDisplayNotificationsPreferenceController(mContext, "bad_key"); in isSliceableIncorrectKey_returnsFalse()
/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
DLockscreenDashboardFragmentTest.java32 import com.android.settings.display.AmbientDisplayNotificationsPreferenceController;
96 final AmbientDisplayNotificationsPreferenceController controller = spy( in onAttach_notifications_shouldInvokeSetters()
97 new AmbientDisplayNotificationsPreferenceController(mContext, "key")); in onAttach_notifications_shouldInvokeSetters()
99 AmbientDisplayNotificationsPreferenceController.class); in onAttach_notifications_shouldInvokeSetters()
/packages/apps/Settings/src/com/android/settings/display/
DAmbientDisplayNotificationsPreferenceController.java33 public class AmbientDisplayNotificationsPreferenceController extends class
46 public AmbientDisplayNotificationsPreferenceController(Context context, String key) { in AmbientDisplayNotificationsPreferenceController() method in AmbientDisplayNotificationsPreferenceController
56 public AmbientDisplayNotificationsPreferenceController setConfig( in setConfig()
/packages/apps/Settings/src/com/android/settings/security/
DLockscreenDashboardFragment.java37 import com.android.settings.display.AmbientDisplayNotificationsPreferenceController;
113 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context)); in onAttach()