Tyler Gunn
6c8d6d74c0
resolved conflicts for merge of 66c16547 to lmp-sprout-dev
...
Also fixed issue in TelephonyManager.
Change-Id: I4dde45e638c2bcf32f8f929d34d0083966f6761f
2014-09-13 20:10:08 +00:00
Tyler Gunn
ef9f6f957d
Renaming Telecomm to Telecom.
...
- Changing package from android.telecomm to android.telecom
- Changing package from com.android.telecomm to
com.android.server.telecomm.
- Renaming TelecommManager to TelecomManager.
Bug: 17364651
Change-Id: I192cb5d189f55db012ea72ee82ccc5aedbc21638
2014-09-12 22:16:17 -07:00
Anthony Lee
2222d9bc9e
am 12c83b93: Merge "isValidSlotId() and isValidPhoneId() updated to handle negatives." into lmp-dev
...
* commit '12c83b93b13a7e6d37b385c1270c29d8a959bc78':
isValidSlotId() and isValidPhoneId() updated to handle negatives.
2014-09-12 07:21:03 +00:00
Anthony Lee
b78890c159
isValidSlotId() and isValidPhoneId() updated to handle negatives.
...
The old version of the code wanted to just check to make sure
that the slot/phone id is greater than INVALID_SLOT_ID or
INVALID_PHONE_ID that are both currently defined to be -1000. The
changes are made for 2 reasons. First, INVALID_SLOT_ID and/or
INVALID_PHONE_ID might not always be defined to be a negative value
so there is a big assumption. Secondly, anything greater than
-1000 allows other negative values to be considered valid ids.
Bug: 17243556
Change-Id: I2bbfcc2cfd2d7c4772dfb9c50af2dc88c0f315e2
2014-09-11 12:37:29 -07:00
Derek Tan
e7fc8602eb
am 4c8c7591: Merge "Update the comment in two APIs since we will persist the settings." into lmp-dev
...
* commit '4c8c759106eba4070a46393f2978607964881511':
Update the comment in two APIs since we will persist the settings.
2014-09-11 16:00:55 +00:00
Derek Tan
6d955b88c3
Merge "Update the comment in two APIs since we will persist the settings." into lmp-dev
2014-09-11 05:16:35 +00:00
Junda Liu
7100d15a99
am bdf9cf90: Add ForSubscriber suffix to APIs w/ subId argument.
...
* commit 'bdf9cf904c5f7c61c1d77ba4261238fdbb9b08d8':
Add ForSubscriber suffix to APIs w/ subId argument.
2014-09-10 01:00:59 +00:00
Junda Liu
13e28bb938
Add ForSubscriber suffix to APIs w/ subId argument.
...
Bug: b/17255752
Change-Id: I142d8961aa4c1fa074833f70c404c955caea0870
2014-09-09 17:50:09 -07:00
Wink Saville
f2090b88b7
Unhide SubscriptionManager and SubInfoRecord
...
Change-Id: I1e6efb4442f0400d404d725c7db5020a26c00f98
2014-09-09 19:51:45 +00:00
Wink Saville
6e9c5aeeee
am 5dac65ad: Change suffix UsingSubId to ForSubscriber.
...
* commit '5dac65ad043ee9d0535813ef5dba06dd80c11f82':
Change suffix UsingSubId to ForSubscriber.
2014-09-09 17:46:37 +00:00
Wink Saville
bc0272754d
Change suffix UsingSubId to ForSubscriber.
...
Bug: 17255752
Change-Id: Ifd522888b5aaae111f642d1e35bd1bb939e539d4
2014-09-09 17:38:19 +00:00
Wink Saville
8110da62ed
am 26207b53: Merge "Change getCurrentPhoneType to SystemApi" into lmp-dev
...
* commit '26207b53a82f1e8f3d72eaf36bd69dbcb06833fc':
Change getCurrentPhoneType to SystemApi
2014-09-09 00:04:50 +00:00
Amit Mahajan
5dd345286c
am 034fe21c: Merge "Assisted dialing support of MO SMS" into lmp-dev
...
* commit '034fe21c638960d8d67711f446c818b93e41641e':
Assisted dialing support of MO SMS
2014-09-09 00:04:47 +00:00
Wink Saville
40e9f393df
Merge "Change getCurrentPhoneType to SystemApi" into lmp-dev
2014-09-09 00:00:49 +00:00
Amit Mahajan
4009b98f73
Merge "Assisted dialing support of MO SMS" into lmp-dev
2014-09-08 23:56:31 +00:00
Wink Saville
96b3e61ff6
Change getCurrentPhoneType to SystemApi
...
Bug: 17394367
Change-Id: I293faa26884e8d63a833e624e6c9a201c7652683
2014-09-08 16:52:03 -07:00
Derek Tan
2bae510cce
Update the comment in two APIs since we will persist the settings.
...
Bug: 17255752
Change-Id: I28926381e8e982579b38c19799078f7a3151aefe
2014-09-08 10:55:29 -07:00
Junda Liu
077ffae681
am 8e250c57: Merge "Hide APIs for simplified network settings." into lmp-dev
...
* commit '8e250c572a6d56ba6b3645faa5b32edf1e795442':
Hide APIs for simplified network settings.
2014-09-06 02:58:04 +00:00
Junda Liu
c6bd32e94f
Merge "Hide APIs for simplified network settings." into lmp-dev
2014-09-06 00:55:30 +00:00
Derek Tan
79b0cbb799
am de6fefb4: Merge "Update the preferred network type APIs." into lmp-dev
...
* commit 'de6fefb4f5e9da6aedc600abd7c10d14398b47c7':
Update the preferred network type APIs.
2014-09-06 00:18:28 +00:00
Derek Tan
54e883bedc
Update the preferred network type APIs.
...
Bug: 17255752
Change-Id: I8f74749752f8d8c6cd5b28dd5fe4ed89a33481ed
2014-09-05 17:06:46 -07:00
Derek Tan
22a3cf8349
am 6f25963e: Merge "Remove setCdmaSubscription API." into lmp-dev
...
* commit '6f25963ebc8f91638b056107a7b7bdb6e182102f':
Remove setCdmaSubscription API.
2014-09-06 00:02:58 +00:00
Derek Tan
0bee5f5208
am d16f633f: Merge "Update the comment in sendEnvelope." into lmp-dev
...
* commit 'd16f633fc9c949af155b3dff5f6f2d98c50a7c80':
Update the comment in sendEnvelope.
2014-09-05 23:58:16 +00:00
Shishir Agrawal
c4799b6bdc
am 32148644: Merge "API change: SetOperatorBrandOverride should not take iccId as a param." into lmp-dev
...
* commit '321486444e6c4d7ee77f8981e9921b923308ced9':
API change: SetOperatorBrandOverride should not take iccId as a param.
2014-09-05 23:58:13 +00:00
Derek Tan
b5928445d1
Merge "Remove setCdmaSubscription API." into lmp-dev
2014-09-05 23:53:55 +00:00
Derek Tan
a0729d3487
Merge "Update the comment in sendEnvelope." into lmp-dev
2014-09-05 23:53:10 +00:00
Xia Ying
77ea3ee5ec
Assisted dialing support of MO SMS
...
This is special for VZW requirement. Follow the specificaitons
of assisted dialing of MO SMS while traveling on VZW CDMA,
international CDMA or GSM markets.
Change-Id: I34a531b817095f4ce035f3f49a3bf7d6e2e8bc13
2014-09-05 16:52:56 -07:00
Shishir Agrawal
1244333998
Merge "API change: SetOperatorBrandOverride should not take iccId as a param." into lmp-dev
2014-09-05 23:51:40 +00:00
Junda Liu
b8025f3260
Hide APIs for simplified network settings.
...
Bug: b/17255752
Change-Id: Ibbe5d5cdbc2398ba0df2103bd7a33b98dc977734
2014-09-05 16:46:38 -07:00
Vineeta Srivastava
e30eeb5f56
am a8ceba1c: Merge "Plus code handling for non-NANP CDMA carrier" into lmp-dev
...
* commit 'a8ceba1cb610c2ce166d4cdcbdb6eaec08886aa9':
Plus code handling for non-NANP CDMA carrier
2014-09-05 23:03:22 +00:00
Shishir Agrawal
d2cfa92146
API change: SetOperatorBrandOverride should not take iccId as a param.
...
Taking ICCID as a parameter is not scure since a carrier can override the
brand for other carriers. We should override only the current ICCID.
Bug: 17390144
Change-Id: I9be2cb5c5fa15367fcb3b548b6e601a294e84dbc
2014-09-05 15:37:44 -07:00
Steven Liu
9b656ee320
Plus code handling for non-NANP CDMA carrier
...
Since most of CDMA network do not support phone number with "+" for
international dialing, current AOSP support the "+" handling for
NANP CDMA network, this part add the support for non-NANP CDMA Network,
convert "+" to right IDD(International Direct Dialing) code. And adding
a new property for current IDD.
Bug: 17210134
Change-Id: I369083169bb3504f8de9774b65f3993dd561c525
2014-09-05 22:13:11 +00:00
Derek Tan
1eda68766b
Update the comment in sendEnvelope.
...
Bug: 17255752
Change-Id: I4b56447e28bc9838b9ae0425a3673891647116d1
2014-09-05 14:56:32 -07:00
Derek Tan
274baa73c5
Remove setCdmaSubscription API.
...
Bug: 17255752
Change-Id: I0adc5c3d1b690d86f538c084d17d239f7ffccfca
2014-09-05 14:48:11 -07:00
Shishir Agrawal
d1d5b97bc0
am e90b1315: Merge "IccOpenLogicalChannelResponse: Adding final to fa few constants." into lmp-dev
...
* commit 'e90b1315a83fd75906fa1bc876fb2973cf6f8676':
IccOpenLogicalChannelResponse: Adding final to fa few constants.
2014-09-05 15:30:56 +00:00
Shishir Agrawal
949bb79f70
Merge "IccOpenLogicalChannelResponse: Adding final to fa few constants." into lmp-dev
2014-09-05 14:48:20 +00:00
Wink Saville
eb805eb767
am a829f8e2: Merge "More cleanup prior to unhiding" into lmp-dev
...
* commit 'a829f8e2462157c16f60a52edd39b3c49209ab76':
More cleanup prior to unhiding
2014-09-05 03:50:42 +00:00
Wink Saville
905bb54108
More cleanup prior to unhiding
...
Adding comments and rename publci SubInfoRecord instance variables
Change-Id: I25a56d779c63a3f483d7a43c5c123404bf489fa3
2014-09-04 17:10:23 -07:00
Shishir Agrawal
ed62dd4e7f
IccOpenLogicalChannelResponse: Adding final to fa few constants.
...
Bug: 17390620
Change-Id: I81d02b5b0d6e353a04d46663baad1b90398f5b36
2014-09-04 23:15:27 +00:00
Tom Taylor
719126b87c
am d1006b0f: Merge "Add mcc/mnc to SubInfoRecord" into lmp-dev
...
* commit 'd1006b0f0372e068eac20c5c48f825a087577bae':
Add mcc/mnc to SubInfoRecord
2014-09-04 21:37:18 +00:00
Tom Taylor
7a96207e2b
Add mcc/mnc to SubInfoRecord
...
Bug 17157686
Change-Id: I47d19dea73f038a8d748f95dd33452da62ebf26b
2014-09-04 14:05:20 -07:00
Nancy Chen
c7880d3f98
am c27868a6: Merge "Remove check for voicemail number when parsing URI phone number." into lmp-dev
...
* commit 'c27868a6d085f10f6ca4f4a83c382078648f21e7':
Remove check for voicemail number when parsing URI phone number.
2014-09-04 19:29:51 +00:00
Nancy Chen
81a0cbcda3
Merge "Remove check for voicemail number when parsing URI phone number." into lmp-dev
2014-09-04 19:21:30 +00:00
Wink Saville
34f1382d69
am f8773dfb: Merge "Add PhoneStateListener(Looper looper) and some documentation." into lmp-dev
...
* commit 'f8773dfbbc84b52f308f61d75ae2a028773dc749':
Add PhoneStateListener(Looper looper) and some documentation.
2014-09-04 00:49:49 +00:00
Wink Saville
343feb7019
Merge commit '3432c20c' into fix-merge-conflict
...
* commit '3432c20c':
Hide SubscriptionManager using individual @hide on fields and methods.
Conflicts:
telephony/java/android/telephony/SubscriptionManager.java
Change-Id: Ic8d528b7a046f0b2a9735ba62720de142952d7ef
2014-09-03 17:38:28 -07:00
Wink Saville
cf39f86b50
Merge "Add PhoneStateListener(Looper looper) and some documentation." into lmp-dev
2014-09-03 23:37:17 +00:00
Wink Saville
aea3bf798a
am 3c95cae1: Merge "Rename getActivatedXxx to getActiveXxx" into lmp-dev
...
* commit '3c95cae1ab33a0fd3bd93422e91a8182bf49d017':
Rename getActivatedXxx to getActiveXxx
2014-09-03 23:22:36 +00:00
Wink Saville
2e40ba9dca
Add PhoneStateListener(Looper looper) and some documentation.
...
Bug: 17374935
Change-Id: I1eeb77fd7478cb81cde92f43a26ed19697323e6a
2014-09-03 15:44:02 -07:00
Wink Saville
f5bca080a2
Hide SubscriptionManager using individual @hide on fields and methods.
...
Doing this so the unhide for API Council will just be unhiding a few
fields/methods.
Change-Id: Iebc995c1aebe1f17a6552c28f771be7584bf0acb
2014-09-03 15:41:36 -07:00
Stuart Scott
8d50c2029e
resolved conflicts for merge of dadcc85e to lmp-sprout-dev
...
Change-Id: Ib457b076a94ef51e63fce3e9a5ad49a56495b830
2014-09-03 15:35:13 -07:00