| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
bug:10514454
Change-Id: I316c47eddbe4929599866a3f9da9129d0056e3e2
|
|\
| |
| |
| |
| | |
* commit '7334d25e79d733b419aacfd706aad762f823f2f9':
Fix misspelling of getLteSignalStrenght.
|
| |\
| | |
| | |
| | |
| | | |
* commit '34fb4eae36bc926886149718672809a1ad43be97':
Fix misspelling of getLteSignalStrenght.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change to getLteSignalStrength.
Change-Id: Ie2acec9e01af0e64a61902383f06729a7cee1975
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
true.
* commit '7f081794074c1356ba347b802729adf36f06ad19':
TelephonyManager.listen can have notifyNow always true.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since telepony.registry is a real system service notifyNow
parameter doesn't need to be conditional as telephony.registery
will never go away.
This is different from most of the other TelephonyManager
methods which are used to invoke methods on the phone service
which implements ITelephony and is implemented by
PhoneInterfaceManager in the phone application. Since the
phone app is not a system service it can and does go away when
it crashes.
Bug: 9393863
Change-Id: I1a8afc12b0e139e72f05820e49f3d996aec2b52a
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
* commit 'aafed1df0404e2fb64c1adeb127dc7f300a2c07b':
add link to required permission from ACTION_RESPOND_VIA_MESSAGE
|
| | |
| | |
| | |
| | | |
Change-Id: Iafa9c72c9bbd8258c7f961f7ab8ad78c96b61e54
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* commit '39136d391ab04e93fd0a01b760e57b6ea079cf4c':
Fixing crash in PhoneNumberUtils getNumberFromIntent
|
| |
| |
| |
| |
| |
| |
| | |
Handling intent with no data when trying to retrieve number from
intent.
Change-Id: If7c5930e7048aec732fb7a3fbeb3391e1408b071
|
| |
| |
| |
| |
| | |
Bug: 856818
Change-Id: Idd30361f57b0f6627132a25e5b9520f30fce548c
|
| |
| |
| |
| |
| |
| |
| | |
Update javadoc's to define invalid values are Integer.MAX_VALUE.
Bug: 8622081
Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
|
| |
| |
| |
| |
| | |
Bug: 8235566
Change-Id: Iae9b11480605d5302ee45601d1357fc07f9bd3e1
|
| |
| |
| |
| |
| | |
Bug: 8235566
Change-Id: I7ad7dabc4b6c38bfba4461b08e6e30d0eb9efea1
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add makeSignalStrengthFromRilParcel for use by
RIL responseRilSignalStrength.
Bug: 8561333
Change-Id: Ie6eb3b0335e8d7ea114ec70b3fb72e917094632e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For mvno, user can add or edit mvno data field. To pre-provide
the mvno data of the edited apn when the user selects one of
the mvno types, need to support IMSI, SPN, and GID1 data.
To support GID1, make API to retrieve group identifier level1.
bug:6445254
Change-Id: I1bc280054cc7cd37e78a279866cefd62872a19fb
|
| |
| |
| |
| | |
Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d
|
| |
| |
| |
| | |
Change-Id: Id0e7f5007ce04fa714e3c1f21914b750b59aed3c
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Remove SEND_SMS_NO_CONFIRMATION
- Add SEND_RESPOND_VIA_MESSAGE Permission
This permission is held by the phone and applications that want to
handle respond-via-message should require this permission of the
sender. This permission is signature/system and currently only held
by the Phone app.
Bug: 5108429
Change-Id: Ib611368d488de2f8e1e853f550eb2c654305eda4
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Improve handling of vibration op, so that apps are
better blamed (there is now a hidden vibrator API that
supplies the app to blame, and the system now uses this
when vibrating on behalf of an app).
Add operation for retrieving neighboring cell information.
Add a new op for calling a phone number. This required
plumbing information about the launching package name through
the activity manager, which required changing the internal
startActivity class, which required hitting a ton of code that
uses those internal APIs.
Change-Id: I3f8015634fdb296558f07fe654fb8d53e5c94d07
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
zero value as valid."
* commit '24dbdc7d0e1e20b5c598561e7f5ed9c4dd335b7b':
Telephony: Consider EVDO ecio zero value as valid.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When mEvdoEcio receives 0 getEvdoEcio returns -1.
Ecio valid values are positive integers, to fix this
consider EVDO ecio zero value as valid.
Change-Id: Ice8415150e7502c7f39e1a4135d35ea2bec1eb1f
CRs-Fixed: 402159
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | | |
LTE network modes"
* commit 'c6e41cf2680773b02a7d8caacb6047ed31d6c260':
frameworks/base: Support for LTE network modes
|
| | |
| | |
| | |
| | | |
Change-Id: I93c102f92ff2d10856d91108bb50fe5c0f06ad66
|
| | |
| | |
| | |
| | | |
Change-Id: I44919126606cd55f7dce7c942027ed0d914f04bd
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Rlog is like Log except that the destination buffer is
the radio buffer instead of the main buffer.
Change-Id: Ib4ce47abfda31dfc0b9193b10f8f42b225275f61
|
| | |
| | |
| | |
| | | |
Change-Id: I2332f4210ead8a6d751fc9c0505db25033641da2
|
| | |
| | |
| | |
| | | |
Change-Id: Ic9622e3fd637751b427c1627bbdf4d142acbc66e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
state."
This reverts commit b690ac3b27d9b782a23a5f9a82bb3421e88716e3
Change-Id: I006ab1fb9c7fb8da64e2c481a2b6f0cb137deba4
|
|/ /
| |
| |
| | |
Change-Id: I2802eb5c5833e3b81891da82b71acc51ca5af81f
|
|\ \
| | |
| | |
| | |
| | | |
* commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04':
Correct executable bit for source files
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Many media files and source code files were marked as executable in Git.
Remove those.
Also a shell script and python script were not marked as executable.
Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 7189651
Change-Id: I173412095a5f7ae6116ee65b5315782f1c0c7688
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Specifically, don't allow call backs for LISTEN_CELL_LOCATION and
LISTEN_CELL_INFO.
Bug: 7087342
Change-Id: Ida7f60b5bde3f28264dcb454b38fcfb1f1616d11
|
| |
| |
| |
| |
| |
| | |
When submitting originally I'd missed unhiding these methods.
Change-Id: I627a5ea0c8c29b6ddfe5b1c49f9c0789d5e86456
|
| |
| |
| |
| |
| |
| |
| | |
I tried to get these into the merge conflict resolution,
but didn't succeed.
Change-Id: Id474415869182da438c09f7a75ee54c098fbc81e
|
|\ \
| |/
| |
| |
| |
| |
| | |
* commit 'e0df2c4f':
Telephony: Signal Strength cleanup & LTE support
Change-Id: I655fcc0cf430820a50a8751ac132c73f7d8e0c6f
|
| |\
| | |
| | |
| | |
| | | |
* commit 'eca64977041c5df0c987bdae56006ebbe86de677':
Telephony: Signal Strength cleanup & LTE support
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make signal strength parsing common for all modes
Add Support to calculate LTE
level for UI signal bar display
Update the lowest of Evdo/ CDMA dbm value
in phone status instead of using only CDMA dbm
Change-Id: I41bce658c536dc30558224c8ca76d6d70afb78ee
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
These have been created to reduce the size and complexity
of frameworks/base.
mms-common was created by moving all of
frameworks/base/core/java/com/google/android/mms
to:
frameworks/opt/mms
telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony
Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I41cc89998b8bd1e6686ea30475ab8905a133e312
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Turn off DBG in SignalStrength.java
Change-Id: Ida1bded2551272956115aef5f3eda0f2a8cf3aed
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '0c8a7768e04513f5175add42c7be6240a703ff73':
Implement CMAS service category program results.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Correctly handle CDMA Service Category Program Data requests,
and send the SCPT response to the message center. Parcel SCPD
operations as an ArrayList instead of an array (current version
will throw ClassCastException when the array is cast).
Bug: 6853691
Change-Id: I949ea68891c78306059248832e59a593ab606e11
|
|/ /
| |
| |
| | |
Change-Id: I25a46076a244f50edb9da65816b3717e00820b34
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These have been created to reduce the size and complexity
of frameworks/base.
mms-common was created by moving all of
frameworks/base/core/java/com/google/android/mms
to:
frameworks/opt/mms
telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony
Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
|