summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/search
diff options
context:
space:
mode:
authorMehdi Alizadeh <mett@google.com>2018-04-11 19:07:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-11 19:07:31 +0000
commitcb5899f72eaa7800703ce7ae22c57232726f18a2 (patch)
treed24c80bbfcd67026c8cc8093d3d74dff0745b6c5 /src/com/android/settings/search
parentdf68a76e33b7108a7c659d3ad4250c7bc69df139 (diff)
parent528fe0ca14b5e457b7bb82c2068749268d0d658f (diff)
downloadpackages_apps_Settings-cb5899f72eaa7800703ce7ae22c57232726f18a2.tar.gz
packages_apps_Settings-cb5899f72eaa7800703ce7ae22c57232726f18a2.tar.bz2
packages_apps_Settings-cb5899f72eaa7800703ce7ae22c57232726f18a2.zip
Merge "Adds the Swipe Up settings page under gestures" into pi-dev
Diffstat (limited to 'src/com/android/settings/search')
-rw-r--r--src/com/android/settings/search/SearchIndexableResourcesImpl.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/settings/search/SearchIndexableResourcesImpl.java b/src/com/android/settings/search/SearchIndexableResourcesImpl.java
index decfe33047..3e4e0be6d3 100644
--- a/src/com/android/settings/search/SearchIndexableResourcesImpl.java
+++ b/src/com/android/settings/search/SearchIndexableResourcesImpl.java
@@ -57,6 +57,7 @@ import com.android.settings.gestures.AssistGestureSettings;
import com.android.settings.gestures.DoubleTapPowerSettings;
import com.android.settings.gestures.DoubleTapScreenSettings;
import com.android.settings.gestures.DoubleTwistGestureSettings;
+import com.android.settings.gestures.SwipeUpGestureSettings;
import com.android.settings.gestures.GestureSettings;
import com.android.settings.gestures.PickupGestureSettings;
import com.android.settings.gestures.SwipeToNotificationSettings;
@@ -132,6 +133,7 @@ public class SearchIndexableResourcesImpl implements SearchIndexableResources {
addIndex(DoubleTapScreenSettings.class);
addIndex(DoubleTapPowerSettings.class);
addIndex(DoubleTwistGestureSettings.class);
+ addIndex(SwipeUpGestureSettings.class);
addIndex(SwipeToNotificationSettings.class);
addIndex(GestureSettings.class);
addIndex(LanguageAndInputSettings.class);