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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user