Add first inline switch result.

Adds gestures as Inline switch results to Settings Search.

Change-Id: Ie9b69ac2a54756d5b756401e348cae0a02c907c9
Fixes: 33669037
Test: make RunSettingsRoboTests
This commit is contained in:
Matthew Fritze
2016-12-15 13:34:29 -08:00
parent d65ab0e63f
commit 65fb01b520
31 changed files with 1281 additions and 330 deletions

View File

@@ -17,6 +17,7 @@
package com.android.internal.hardware;
import android.provider.Settings;
import android.content.Context;
/**
* Fake controller to make robolectric test compile. Should be removed when Robolectric supports
@@ -24,6 +25,8 @@ import android.provider.Settings;
*/
public class AmbientDisplayConfiguration {
public AmbientDisplayConfiguration(Context context) {}
public boolean pulseOnPickupAvailable() {
return false;
}