Home
last modified time | relevance | path

Searched refs:AmbientDisplayNotificationsPreferenceController (Results 1 – 6 of 6) 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.java32 public class AmbientDisplayNotificationsPreferenceController extends class
45 public AmbientDisplayNotificationsPreferenceController(Context context, String key) { in AmbientDisplayNotificationsPreferenceController() method in AmbientDisplayNotificationsPreferenceController
55 public AmbientDisplayNotificationsPreferenceController setConfig( in setConfig()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DAmbientDisplayNotificationsPreferenceController.java32 public class AmbientDisplayNotificationsPreferenceController extends class
45 public AmbientDisplayNotificationsPreferenceController(Context context, String key) { in AmbientDisplayNotificationsPreferenceController() method in AmbientDisplayNotificationsPreferenceController
55 public AmbientDisplayNotificationsPreferenceController setConfig( in setConfig()
/packages/apps/Settings/src/com/android/settings/security/
DLockscreenDashboardFragment.java29 import com.android.settings.display.AmbientDisplayNotificationsPreferenceController;
96 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context)); in onAttach()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/security/
DLockscreenDashboardFragment.java29 import com.android.car.developeroptions.display.AmbientDisplayNotificationsPreferenceController;
96 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context)); in onAttach()