Renamed method
Test: make Bug: 111405682 Change-Id: If3e48c5ee5f90aefb2795ce31025fabec689e7ad
This commit is contained in:
@@ -53,7 +53,7 @@ public class WakeLockScreenGesturePreferenceController extends GesturePreference
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
// No hardware support for this Gesture
|
||||
if (!getAmbientConfig().wakeLockScreenGestureAvailable()) {
|
||||
if (!getAmbientConfig().wakeScreenGestureAvailable()) {
|
||||
return UNSUPPORTED_ON_DEVICE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user