- 25 Mar, 2013 1 commit
-
-
Jeff Sharkey authored
Bug: 6777372 Change-Id: Ia698f0eca6f05a6327f6c8b36cfe14f51f01e6e3
-
- 23 Mar, 2013 1 commit
-
-
Wink Saville authored
Change-Id: I4e90dbf57797b9485920f943e24fa7a4c29d070b
-
- 22 Mar, 2013 1 commit
-
-
Wink Saville authored
This is the first step in refactoring for bug 4772191. Bug: 4772191 Change-Id: Id54a20ab192783c63939158670faaf531a527640
-
- 21 Mar, 2013 4 commits
-
-
Wink Saville authored
* commit 'f606e5cc': RIL: Correct the RIL_REQUEST_DIAL api missmatch Conflicts: src/java/com/android/internal/telephony/RIL.java Change-Id: Ib2b477628e14ca221acad35f4a2cf9a44170a33e
-
Wink Saville authored
* commit '0f7c9029': RIL: Correct the RIL_REQUEST_DIAL api missmatch
-
Wink Saville authored
-
Bjorn Andersson authored
The uusPresent is written twice in dial() so it will always be marked as absent. Change-Id: Id50a4dc8a3eefdaf2284e410382428c52e9b5ef1
-
- 16 Mar, 2013 7 commits
-
-
Robert Greenwalt authored
* commit 'f7bf2056': add MVNO check routine
-
Robert Greenwalt authored
* commit 'fbd959c2': add columns of Carrier about MVNO
-
Robert Greenwalt authored
* commit '63152045': add MVNO check routine
-
Robert Greenwalt authored
* commit 'ae6a4485': add columns of Carrier about MVNO
-
Robert Greenwalt authored
-
Sungmin Choi authored
modify createApnList() API as the followings: 1.1 mvno != null (already matched mvno info) 1.2 mvno == cur_mvno_info 1.2.1 result.add 2.1 mvno == null (not yet) 2.2 mvnoMatch check 2.2.1 clear prev results. 2.2.2 result add (mvno) 2.3 mvno_type is null 2.3.1 result add (normal) match mvno as the followings: 1. if mvno_type is spn, compare spn of SIM 2. if mvno_type is imsi, compare imsi of SIM 3. if mvno_type is gid, compare gid of SIM Bug: 8143480 Change-Id: Idf0aa1ddf139f80c7d33b1e3315493d32dbf433a
-
Robert Greenwalt authored
-
- 15 Mar, 2013 4 commits
-
-
Sungmin Choi authored
To recognize MVNO, use new fields, MVNO_MATCH_DATA and MVNO_TYPE (SPN, IMSI, GID(Group Identifier Level 1)). Bug: 8143480 Change-Id: Idfa06c6f39a2c15ff4f0815724823f44b76ac819
-
Robert Greenwalt authored
Conflicts: src/java/com/android/internal/telephony/uicc/SIMRecords.java Change-Id: Ic998e70207851e7e00f56d6e8591e53834987358
-
Robert Greenwalt authored
* commit 'c13624a4': get group identifier level1 (Gid1)
-
Robert Greenwalt authored
-
- 13 Mar, 2013 1 commit
-
-
keunyoung authored
- As this component is in PDK, it should not be built when necessary frameworks libraries are not available. - For full platform source tree, the ...JAVA_SUPPORT_LEVEL is platform. Change-Id: I6d37970ab7a3e5183d3a04b003ec3f81f907abc8
-
- 11 Mar, 2013 8 commits
-
-
Jean-Baptiste Queru authored
am eb69ddd4: am c2e35f33: (-s ours) am 932e8e5d: (-s ours) Reconcile with jb-mr1-release - do not merge * commit 'eb69ddd4':
-
Jean-Baptiste Queru authored
* commit 'c2e35f33':
-
Jean-Baptiste Queru authored
* commit '932e8e5d':
-
Jean-Baptiste Queru authored
-
Wink Saville authored
* commit '958e7316': Telephony: Set TP-RD to 1 in case of retry Change-Id: I298e588b1076686e2c7c4b3714b46d2637b04079
-
Wink Saville authored
- 08 Mar, 2013 1 commit
-
-
Rika Brooks authored
per TS 23.040 Section 9.2.3.6: In the case where no response or an RP-ERROR with an appropriate cause value (see 3GPP TS 24.011 [13]) is received in response to an SMS-SUBMIT, then the MS shall automatically repeat the SMS-SUBMIT but must use the same TP-MR value and set the TP-RD bit to 1 (see 9.2.3.25) Bug: 8323645 Change-Id: I1c7ebc67f80a6eeba456ab0dc5f6331a038d7ab2
-
- 06 Mar, 2013 4 commits
-
-
Wink Saville authored
* commit '5779b57f': Send user confirmation instead of Terminal Response
-
Wink Saville authored
* commit '63a6a12c': Telephony: Fix for first pause DTMF digit Change-Id: I345e0e32d8230c16c28c953de5848cd095438e34
-
Wink Saville authored
-
Wink Saville authored
-
- 05 Mar, 2013 2 commits
-
-
Shruthi Krishnan authored
As per 3GPP requirement first pause sequence also should maintain 3 sec delay. Added fix to wait for 3 sec time before sending DTMF digits to RIL. Change-Id: I6041614b544cc9c24521bee9ad505439b810ff86
-
Abhishek Adappa authored
On certain proactive commands like Setup Call/Open Channel, a confirmation dialog is displayed to the user to confirm or reject the call. If the user hits the back key to dismiss the dialog or the user hits 'No', consider that as the user rejecting the call, instead of sending a Terminal Response. Bug: 8302972 Change-Id: I23d57f726018a6805ef455f6069dbab8e6dd14f0
-
- 04 Mar, 2013 2 commits
-
-
Robert Greenwalt authored
If we update the state of the old servicestate and the new before calling done nothing will get sent out (no change). Instead, just put the new state in the mNewSS and call done - it'll copy it to mSS and note the diff and notify everyone. bug:8304092 Change-Id: I5fee4805245c547175bbd8b0e18f407edfc8c3d8
-
Hyejin Kim authored
To recognize MVNO(Mobile Virtual Network Operator), need some filters, Service Provider Name(SPN), International Mobile Subscriber ID(IMSI), and Group Identifier Level1(Gid1). The GID1 elementary files on the SIM are specified in GSM 11.11 (ETS 300 977) To get Gid1, implement it. Bug: 8143480 Change-Id: I44f9d622240a73c42ea6418d2d55e1dae23f3b81
-
- 28 Feb, 2013 3 commits
-
-
Wink Saville authored
* commit 'a6577f4b': Telephony: Return 'null' when SubscriberId and Line1Number are unavailable
-
Wink Saville authored
-
Abhishek Adappa authored
Return 'null' instead of "" (empty string) when Subscriber Id and Line1Number are unavailable. This confirms to the definition of the public API. Bug: 8284793 Change-Id: Ie6395623cf413d51f6e10316aded71e2eaf5592c
-
- 27 Feb, 2013 1 commit
-
-
Elliott Hughes authored
* commit '22c3bbde': Fix build.
-