Home
last modified time | relevance | path

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

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