diff options
author | liquid0624 <rjbirnesser@gmail.com> | 2013-07-14 18:12:37 -0400 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-07-23 18:25:53 +0000 |
commit | 07c4f0552d199ec0fd07ef275872eb184434a246 (patch) | |
tree | db1a12e72accb1b37ca9f194aeeb912277bbc06e /telephony | |
parent | c9df086ec700ca5328a27405c0d70a0004cedd2a (diff) | |
download | frameworks_base-07c4f0552d199ec0fd07ef275872eb184434a246.zip frameworks_base-07c4f0552d199ec0fd07ef275872eb184434a246.tar.gz frameworks_base-07c4f0552d199ec0fd07ef275872eb184434a246.tar.bz2 |
Fix RIL_UNSOL_CDMA_PRL_CHANGED constant typo (1/2)
Change-Id: I6eef9350fa62857cb5fd133a385cb09150cb6d1b
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index d93da8f..feac45b 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -293,7 +293,7 @@ cat include/telephony/ril.h | \ int RIL_UNSOL_RINGBACK_TONE = 1029; int RIL_UNSOL_RESEND_INCALL_MUTE = 1030; int RIL_UNSOL_CDMA_SUBSCRIPTION_SOURCE_CHANGED = 1031; - int RIL_UNSOl_CDMA_PRL_CHANGED = 1032; + int RIL_UNSOL_CDMA_PRL_CHANGED = 1032; int RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE = 1033; int RIL_UNSOL_RIL_CONNECTED = 1034; int RIL_UNSOL_VOICE_RADIO_TECH_CHANGED = 1035; |