Searched refs:getSettingsSwipeToNotificationEnabled (Results 1 – 4 of 4) sorted by relevance
152 public boolean getSettingsSwipeToNotificationEnabled(ContentResolver resolver, int userId) { in getSettingsSwipeToNotificationEnabled() method in OneHandedSettingsUtil248 pw.println(getSettingsSwipeToNotificationEnabled(resolver, userId)); in dump()
271 mOneHandedSettingsUtil.getSettingsSwipeToNotificationEnabled( in OneHandedController()465 .getSettingsSwipeToNotificationEnabled(mContext.getContentResolver(), mUserId)); in updateSettings()542 mOneHandedSettingsUtil.getSettingsSwipeToNotificationEnabled(702 mUserId) || mOneHandedSettingsUtil.getSettingsSwipeToNotificationEnabled(
123 when(mMockSettingsUitl.getSettingsSwipeToNotificationEnabled(any(), anyInt())).thenReturn( in setUp()378 when(mMockSettingsUitl.getSettingsSwipeToNotificationEnabled(any(), anyInt())).thenReturn( in testOneHandedEnabledRotation90ShouldHandleRotate()391 when(mMockSettingsUitl.getSettingsSwipeToNotificationEnabled(any(), anyInt())).thenReturn( in testOneHandedDisabledRotation90ShouldNotHandleRotate()404 when(mMockSettingsUitl.getSettingsSwipeToNotificationEnabled(any(), anyInt())).thenReturn( in testSwipeToNotificationEnabledRotation90ShouldNotHandleRotate()417 when(mMockSettingsUitl.getSettingsSwipeToNotificationEnabled(any(), anyInt())).thenReturn( in testSwipeToNotificationDisabledRotation90ShouldHandleRotate()
110 when(mMockSettingsUitl.getSettingsSwipeToNotificationEnabled(any(), anyInt())).thenReturn( in setUp()