Skip to content

Commit

Permalink
Constants for Samsung telephony
Browse files Browse the repository at this point in the history
  • Loading branch information
imilka committed Jan 16, 2013
1 parent ce78715 commit 974ea8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,5 @@ class C */
int RIL_UNSOL_EXIT_EMERGENCY_CALLBACK_MODE = 1033;
int RIL_UNSOL_RIL_CONNECTED = 1034;
int RIL_UNSOL_VOICE_RADIO_TECH_CHANGED = 1035;
int RIL_UNSOL_STK_SEND_SMS_RESULT = 11002; /* Samsung STK */
}
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,9 @@ public interface TelephonyProperties
* Ignore RIL_UNSOL_NITZ_TIME_RECEIVED completely, used for debugging/testing.
*/
static final String PROPERTY_IGNORE_NITZ = "telephony.test.ignore.nitz";

/**
* Set to true to indicates support for simultaneous voice and data.
*/
static final String PROPERTY_SVDATA = "ro.config.svlte1x";
}

0 comments on commit 974ea8c

Please sign in to comment.