Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DOneHandedActionShowNotificationPrefController.java34 public class OneHandedActionShowNotificationPrefController extends BasePreferenceController class
41 public OneHandedActionShowNotificationPrefController(Context context, String key) { in OneHandedActionShowNotificationPrefController() method in OneHandedActionShowNotificationPrefController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DOneHandedActionShowNotificationPrefControllerTest.java41 private OneHandedActionShowNotificationPrefController mController;
48 mController = new OneHandedActionShowNotificationPrefController(mContext, KEY); in setUp()