commit | 74b9d820c699f94ba8e8ab16c6f7c2b117ed7244 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Thu Jul 10 09:39:47 2014 +0100 |
committer | Narayan Kamath <narayan@google.com> | Thu Jul 10 09:39:47 2014 +0100 |
tree | ee9e53a49e501974306d98102200145d8f9bf0ef | |
parent | f64d8ca4278e0bfb3afd9023058f86dfc8e92ff6 [diff] |
Fix typo. Not sure how the change that introduced this compiled locally. Change-Id: If04338a3d37144436e5723f3997ad199a9e04263
diff --git a/src/com/android/services/telephony/GsmConnection.java b/src/com/android/services/telephony/GsmConnection.java index f5eb4b7..f7ab344 100644 --- a/src/com/android/services/telephony/GsmConnection.java +++ b/src/com/android/services/telephony/GsmConnection.java
@@ -65,7 +65,7 @@ @Override protected int buildCallCapabilities() { int capabilities = CallCapabilities.MUTE | CallCapabilities.SUPPORT_HOLD; - if (getState() == State.ACTIVE || getSate() == State.HOLDING) { + if (getState() == State.ACTIVE || getState() == State.HOLDING) { capabilities |= CallCapabilities.HOLD; } if (mIsConferenceCapable) {