Renamed method

Test: make
Bug: 111405682
Change-Id: If3e48c5ee5f90aefb2795ce31025fabec689e7ad
This commit is contained in:
Lucas Dupin
2018-12-24 14:41:15 -08:00
parent 3142d56f54
commit 1e971fe9be
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
}