summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* merge from open-source masterThe Android Open Source Project2010-05-051-3/+6
|\ | | | | | | Change-Id: Ia9e1f4e049f5870386ea29ddb6e3ef028ea918da
| * Merge "telephony: Fix CID when CID is unknown"Jean-Baptiste Queru2010-05-051-3/+6
| |\
| | * telephony: Fix CID when CID is unknownNaveen Kalla2010-04-121-3/+6
| | | | | | | | | | | | | | | Unknown CID is indicated as 0xFFFFFFFF by ril. When telephony receives that value, set CID to UNKNOWN.
* | | am 7b88af67: Merge "bug #2618035: applying Moto\'s patch to fix a ↵Wei Huang2010-04-221-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | email/shortcode parsing bug." into froyo Merge commit '7b88af679a9a3b5737343bb996ef392b76d19e73' into froyo-plus-aosp * commit '7b88af679a9a3b5737343bb996ef392b76d19e73': bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug.
| * | | bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug.Wei Huang2010-04-221-1/+2
| | | | | | | | | | | | | | | | Change-Id: Ica1df6582533edf8d9a5825dbe510eeab4828309
* | | | am 23c0b2eb: Merge "Add ILLEGAL_SIM_OR_ME error code." into froyoJohn Wang2010-04-212-0/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '23c0b2eb5a610030ad5afe406987cb09c858ccfb' into froyo-plus-aosp * commit '23c0b2eb5a610030ad5afe406987cb09c858ccfb': Add ILLEGAL_SIM_OR_ME error code.
| * | | Add ILLEGAL_SIM_OR_ME error code.John Wang2010-04-212-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is for bug 2571583 to provide better failure information of network operator selection. Network selection returns ILLEGAL_SIM_OR_ME when the failure is permanent and no retries needed, such as illegal SIM, ME, HRL config, etc. Change-Id: Iaf70bef64d3cbf35e4d9915418cbb5b78607f73e
* | | | merge from open-source masterThe Android Open Source Project2010-04-211-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ / Change-Id: I08f1feae65b1dfc3f740d78654c267f2e3ae5e85
| * | Fix printing order of phone objects creationAlex Yakavenka2010-04-191-2/+2
| | |
| * | merge from open-source masterThe Android Open Source Project2010-03-191-2/+31
| |\ \ | | | | | | | | | | | | Change-Id: I23af6296f0867bea2a2da72d4eb3dda93025b1ac
* | | | Fix a FATAL ClassCastException in DataConnection.javaWink Saville2010-04-091-1/+2
| | | | | | | | | | | | | | | | | | | | bug: 2583290 Change-Id: I93e0307664427b29942b1ed1e5acbf21e78a605f
* | | | Merge "Change TrafficStats to a new JNI implementation." into froyoDan Egnor2010-04-083-74/+54
|\ \ \ \
| * | | | Change TrafficStats to a new JNI implementation.Dan Egnor2010-04-073-74/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also change phone's ConnectionStateTrackers to use it directly, rather than through the INetStat binder interface. Bug: 2578938 Change-Id: I8858e2609cbec3be845a0ce5178cb03f67e01b41
* | | | | Add emergencyOnly indicator in ServiceState.John Wang2010-04-072-16/+37
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For bug 2536842 to show signal strength in Emergency mode. The STATE_EMERGENCY_ONLY of ServiceState is not in-use. So add a hide interface to indicate Emergency mode. Change-Id: I19398ac5e73a722dcaaf744347f961d1fa7513ac
* | | | merge from open-source masterThe Android Open Source Project2010-03-221-2/+31
|\ \ \ \ | | |/ / | |/| | | | | | Change-Id: Ie60db5faf407344b8fbe3d5c1e7c01e927ff251e
| * | | Retry pending memory status update to modem when radio is ON.Naveen Kalla2010-03-031-2/+31
| | |/ | |/| | | | | | | | | | | | | When radio is powered off / airplane mode, memory status updates are ignored by RIL. With this fix, pending memory status updates are sent again when radio is powered back on.
* | | Fix some typos and logging of calls to CDMA methods.Jake Hamby2010-03-223-30/+39
| | | | | | | | | | | | | | | | | | | | | Fixed some comment typos and cleaned up logging of unexpected calls to CDMA-specific methods on a non-CDMA device. Change-Id: Ia6e5fba765122cbf3186fd9fecca7a3931a76dcc
* | | Grammar fixes.Brad Fitzpatrick2010-03-221-1/+1
| | | | | | | | | | | | Change-Id: I77672d2260c26aee146bb6a853137c14e3db1f28
* | | Add support for DUN over a cdma connection.Robert Greenwalt2010-03-183-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | It uses the data profile paramater when setting up the connection to indicate it's a tethered connection. We get different behavior from vzw afterwards, so it is getting picked up. bug:2422545 Change-Id: Ic022845088726d723813b82e166d15d7b2945da1
* | | Add definitions for WiMAX and iDen network types.jsh2010-03-151-0/+2
| | | | | | | | | | | | | | | | | | b/2509185 Change-Id: Icf07ce857874e200712218713edbdbb47e646297
* | | Merge "Fix data error handling."Wink Saville2010-03-123-13/+50
|\ \ \
| * | | Fix data error handling.Wink Saville2010-03-123-13/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In change I5776324a I made DataConnection.reset asynchronous. That was a mistake as callers to cleanUpConnection assumed it was synchronous. Added DataConnection.resetSynchronously as a fix, someday the trackers will become asynchronous and this won't be necessary. Change-Id: I4669901e5c47a712212bb388c35fbb9f9ff603a7
* | | | Merge "Make sure that pause dialing works even when screen is off."Wink Saville2010-03-121-10/+22
|\ \ \ \
| * | | | Make sure that pause dialing works even when screen is off.Wink Saville2010-03-121-10/+22
| |/ / / | | | | | | | | | | | | | | | | bug: 2200086 Change-Id: Ib8c73ce4bca293811ba681c558c37322125c511f
* | | | Add Copyright assignement.Wink Saville2010-03-122-0/+4
|/ / / | | | | | | | | | | | | bug: 2510419 Change-Id: I78355d89e7a9362f918a03c6fc5457209ea4490a
* | | Add correct copyright headers to multiple filesKenny Root2010-03-113-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format for the list of changes shows the origin commit reference followed by the file name. 33931-p9 awt/org/apache/harmony/awt/gl/font/AndroidGlyphVector.java 33931-p9 awt/org/apache/harmony/awt/gl/image/PngDecoderJava.java 133776-p9 core/java/android/app/IntentService.java 127013-p9 core/java/android/appwidget/AppWidgetHost.java 27863-p9 core/java/android/bluetooth/BluetoothAudioGateway.java 60765-p9 core/java/android/content/SyncResult.java 43920-p9 core/java/android/content/pm/ActivityInfo.java 43920-p9 core/java/android/content/pm/ApplicationInfo.java 43920-p9 core/java/android/content/pm/InstrumentationInfo.java 43920-p9 core/java/android/content/pm/PackageInfo.java 44103-p9 core/java/android/content/pm/PackageItemInfo.java 68960-p9 core/java/android/content/pm/PackageStats.java 43920-p9 core/java/android/content/pm/ResolveInfo.java 43920-p9 core/java/android/content/pm/ServiceInfo.java 60641-p9 core/java/android/content/res/Configuration.java 60734-p9 core/java/android/content/res/TypedArray.java 137672-p9 core/java/android/inputmethodservice/ExtractButton.java 123112-p9 core/java/android/inputmethodservice/ExtractEditText.java 119291-p9 core/java/android/inputmethodservice/IInputMethodSessionWrapper.java 112946-p9 core/java/android/inputmethodservice/IInputMethodWrapper.java 115078-p9 core/java/android/os/BatteryStats.java 124790-p9 core/java/android/text/style/UpdateAppearance.java 45083-p9 core/java/android/view/RawInputEvent.java 101491-p9 core/java/android/view/inputmethod/EditorInfo.java 114701-p9 core/java/android/view/inputmethod/ExtractedText.java 123112-p9 core/java/android/view/inputmethod/ExtractedTextRequest.java 119291-p9 core/java/com/android/internal/os/HandlerCaller.java 129279-p9 core/java/com/android/internal/os/PkgUsageStats.java 114701-p9 core/java/com/android/internal/view/IInputConnectionWrapper.java 114701-p9 core/java/com/android/internal/view/InputConnectionWrapper.java 84364-p9 opengl/java/android/opengl/EGLLogWrapper.java 11355-p9 opengl/tools/glgen/src/CFunc.java 11355-p9 opengl/tools/glgen/src/CType.java 11355-p9 opengl/tools/glgen/src/CodeEmitter.java 11355-p9 opengl/tools/glgen/src/GenerateGL.java 11355-p9 opengl/tools/glgen/src/JFunc.java 11355-p9 opengl/tools/glgen/src/JType.java 11355-p9 opengl/tools/glgen/src/JniCodeEmitter.java 11355-p9 opengl/tools/glgen/src/ParameterChecker.java 57236-p9 services/java/com/android/server/status/AnimatedImageView.java 66754-p9 services/java/com/android/server/status/CloseDragHandle.java 57188-p9 services/java/com/android/server/status/DateView.java 46928-p9 services/java/com/android/server/status/ExpandedView.java 70590-p9 services/java/com/android/server/status/FixedSizeDrawable.java 45968-p9 services/java/com/android/server/status/IconData.java 57470-p9 services/java/com/android/server/status/IconMerger.java 82719-p9 services/java/com/android/server/status/LatestItemView.java 45968-p9 services/java/com/android/server/status/NotificationData.java 66754-p9 services/java/com/android/server/status/NotificationLinearLayout.java 57458-p9 services/java/com/android/server/status/NotificationViewList.java 45968-p9 services/java/com/android/server/status/StatusBarException.java 45968-p9 services/java/com/android/server/status/StatusBarIcon.java 46130-p9 services/java/com/android/server/status/StatusBarNotification.java 45968-p9 services/java/com/android/server/status/StatusBarView.java 46199-p9 services/java/com/android/server/status/Ticker.java 62286-p9 services/java/com/android/server/status/TickerView.java 57188-p9 services/java/com/android/server/status/TrackingView.java 86041-p9 telephony/java/android/telephony/PhoneStateListener.java 87020-p9 telephony/java/com/android/internal/telephony/TelephonyIntents.java 136269-p9 telephony/java/com/android/internal/telephony/gsm/SpnOverride.java 34409-p9 tests/FrameworkTest/src/com/android/frameworktest/FrameworkTestApplication.java 55717-p9 tests/FrameworkTest/src/com/android/frameworktest/performance/InvalidateCycle.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityLandscape.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityPortrait.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollablePanScan.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollableResize.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollablePanScan.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollableResize.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityResize.java 127341-p9 tests/ImfTest/src/com/android/imftest/samples/ButtonActivity.java 129347-p9 tests/ImfTest/src/com/android/imftest/samples/DialogActivity.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/EditTextActivityDialog.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityNoScrollPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollResize.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivityNotSelected.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivitySelected.java 25959-p9 tests/framework-tests/src/android/test/FrameworkTests.java 46162-p9 tests/framework-tests/src/com/android/internal/http/multipart/MultipartTest.java 77101-p9 tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/NinePatchTest.java 9788976b1465ce982b5ae7c741345edd0ecd9322 core/java/android/accounts/AuthenticatorDescription.java 53332883543868fb83e111a07306368b7772b340 core/java/android/app/UiModeManager.java 93e7e22ec91dbc641d10ca6d70423e1357a95bba core/java/android/app/FullBackupAgent.java 328c0e7986aa6bb7752ec6de3da9c999920bb55f core/java/android/content/CursorEntityIterator.java 307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncQueue.java 307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncOperation.java eb034652c2037a47ebfd99779e8383bb8bb528af core/java/android/content/pm/LabeledIntent.java 49237345d83e62fdb9eb8d50b13ad086636a04fa core/java/android/content/pm/FeatureInfo.java a2b6c3775ed6b8924232d6a01bae4a19740a15f8 core/java/android/content/pm/PackageInfoLite.java 3ecd5f437580e49d80beecd29489d5fb1f7a7db0 core/java/android/content/pm/RegisteredServicesCacheListener.java 5ebbb4a6b3e16f711735ae0615b9a9ea64faad38 core/java/android/content/pm/XmlSerializerAndParser.java c4516a7b62de525e3d6d5e76851bdfaf12c11f05 core/java/android/database/sqlite/SQLiteTransactionListener.java 9bbc21a773cbdfbef2876a75c32bda5839647751 core/java/com/android/internal/backup/LocalTransport.java 21f1bd17b2dfe361acbb28453b3f3b1a110932fa core/java/com/android/internal/content/PackageMonitor.java 4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseSurfaceHolder.java 4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseIWindow.java e540833fdff4d58e37c9ba859388e24e2945ed45 core/java/com/android/internal/os/SamplingProfilerIntegration.java 192ab903887bbb8e7c7b6da5c581573850e30f46 core/tests/coretests/src/android/widget/expandablelistview/PositionTesterContextMenuListener.java 1619367ab823150fa8856d419abe02ceb75886f1 media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java 27f8002e591b5c579f75b2580183b5d1c4219cd4 opengl/tools/glgen/stubs/gles11/glGetString.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetProgramInfoLog.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetShaderInfoLog.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glShaderSource.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GenerateGLES.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/Jsr239CodeEmitter.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GLESCodeEmitter.java 69e21f5f6e0d04539cd92848ea009dd615d88c2c opengl/tests/gldual/src/com/android/gldual/TriangleRenderer.java c028be4f3b8c7476b46859f66c3f33d528adf181 packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestActivity.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestRunner.java df8a3f31d871db25e952972c2eb346a71186e9e3 tests/BrowserTestPlugin/src/com/android/testplugin/TestPlugin.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ActivityManagerPermissionTests.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ServiceManagerPermissionTests.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java Copyright header moved to top in following file: core/tests/coretests/src/android/widget/ListViewTest.java Change-Id: I3c3198be5a0ba36e18679ed834170432bf0b8418
* | | Merge "Make getCellLocation return null if not available."John Wang2010-03-114-1/+28
|\ \ \
| * | | Make getCellLocation return null if not available.John Wang2010-03-114-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For bug 2422284. Check the cell location and return null if the location is not available. Change-Id: Ie9a331b906a8253c9a9596365af8705dc03823ce
* | | | Merge "Update the Mcc Table for Canada."Robert Greenwalt2010-03-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update the Mcc Table for Canada.Robert Greenwalt2010-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing the mnc length from 2 to 3. We don't have any canandian APNs with 2 digit mncs and wikipedia doesn't list any canadian carriers with 2 digit mncs. Rogers was reporting some sims with 72 and others with the correct 720 - a sample "72" sim didn't have the mnc-length field set so we went with 2. With this fix all rogers sims will be picked up correctly.
* | | | Allow the configuration string to have quotes.Wink Saville2010-03-052-5/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes properties easier to read so from: ro.cdma.data_retry_config=default_randomization=2000,0,0,120000,180000 to this: ro.cdma.data_retry_config="default_randomization=2000,0,0,120000,180000" Change-Id: Ied2a7be0102512cd2ce528d566c19ed3a8e2f480
* | | Merge "Add r-w property of emergency number list."John Wang2010-03-041-1/+6
|\ \ \
| * | | Add r-w property of emergency number list.John Wang2010-03-041-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the emergency calls are put into an readonly property ro.ril.ecclist. It is possible that ecclist has to be changed before and after SIM pin lock. And ecclist can also be changed after network broadcasts the local emgergency numbers. So add r-w property ril.ecclist to make emergency number list changable, while still check r-o property to make old RIL work.
* | | | Merge "Suppress testCheckAndProcessPlusCode from continuous test system as ↵Xia Wang2010-03-041-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | testing devices are not registered with any carrier networks."
| * | | | Suppress testCheckAndProcessPlusCode from continuous test system as testing ↵Xia Wang2010-03-041-1/+1
| |/ / / | | | | | | | | | | | | devices are not registered with any carrier networks.
* | | | Update DSAC notification.John Wang2010-03-041-1/+1
|/ / / | | | | | | | | | Update the notification string of CS restricted per DoCoMo's request. More restricted message string are added for future use.
* | | Merge "Update Singapore default time zone."John Wang2010-03-041-1/+1
|\ \ \
| * | | Update Singapore default time zone.John Wang2010-03-031-1/+1
| | | | | | | | | | | | | | | | In MccTable, Singapore is marked as 'Asia/Singapore' instead of 'Singapore'.
* | | | Fix a loss of data.Wink Saville2010-03-034-31/+177
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in DataConnection state machine where the notification of disconnection completion was sent before we actually transitioned to the in active state. Also, change conn.reset to send a response so the user can know when the transition to the in active state completes for that also. bug: 2471897 Change-Id: I5776324ac89a607925d07f4a600bc5b34c3f3ed6
* | | CdmaDataConnectionTracker: Add DUN to list of supported APN types.Mike Lockwood2010-02-261-0/+1
| | | | | | | | | | | | | | | Change-Id: I72549a761757f93cfeb9d16e2f64331134155156 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-255-5/+150
| | | | | | | | | | | | | | | | | | | | | This is the framework part, moving classes around so the framework no longer needs to link to android-common. Makes some APIs public, others that didn't need to be public are private in the framework, some small things are copied.
* | | Add mobile data on/off switch.Robert Greenwalt2010-02-242-2/+22
| | | | | | | | | | | | bug:2251458
* | | Merge "Add USB RNDIS enable/disable control"Robert Greenwalt2010-02-231-1/+2
|\ \ \
| * | | Add USB RNDIS enable/disable controlRobert Greenwalt2010-02-231-1/+2
| | | | | | | | | | | | | | | | | | | | Also adding interface configuration to the tethering machine. Also fixing netd bug that didn't send up/down portion of iface config command.
* | | | Calling super.finalize() in finalize() methods.Romain Guy2010-02-226-67/+36
|/ / / | | | | | | | | | Also cleanup code, mostly removing unused handlers and casts.
* | | Merge "Correct use of logical AND"Kenny Root2010-02-171-1/+1
|\ \ \
| * | | Correct use of logical ANDKenny Root2010-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | A bitwise AND was use when a logical AND was meant to be used. Change-Id: I4e5529ff9fce1e6397d7cd9483268766fc92dcf5
* | | | Merge "Prevent sign extension in IccUtils.parseToRGB"Kenny Root2010-02-171-1/+1
|\ \ \ \
| * | | | Prevent sign extension in IccUtils.parseToRGBKenny Root2010-02-171-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | When a signed byte value is taken from an array, make sure to truncate it so it doesn't have a problem when it's sign extended to 32-bit. Change-Id: Ic2b35c317e21c63dff960501145a4f3074b687ad
* | | | Prevent sign extension in UsimPhoneBookManagerKenny Root2010-02-171-1/+1
|/ / / | | | | | | | | | | | | | | | | | | When performing a logical OR on a byte value, make sure to truncate its value to prevent possible sign extension when it is converted to 32-bit. Change-Id: I7bdfded32cec3e8a5f6b5c45316b2af5ab9471d1