History log of /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
176f28521fd45bb739709d309e7970b1558c9f61 05-Dec-2017 Cassie <xih@google.com> Expose a new public column network_type_bitmask and deprecate
bearer_bitmask gradually.

Add a new attribute networkTypeBitmask in ApnSetting, and it will be set as 0 if
networkTypeBitmask is not provided in the constructor.
ApnSetting.networkTypeBitmask will be mapped to DataProfile.bearerBitmap in
DcTracker.createDataProfile if existed.

Bug: 21276001
Test: Basic telephony sanity
Change-Id: I58964aab074ca3402066e31c28102401f239a083
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java
886183cde1263ea524cdf08524442724e246ed42 20-Nov-2017 Jack Yu <jackyu@google.com> Moved DataProfile from telephony internal hidden API to System API

This is the preliminary change in order to make the new data call
setup API for IWLAN refactoring.

Test: Telephony sanity tests + unit tests
bug: 64132030

Merged-In: I5aa50001ef6374b080c10eb29e59363c21008639
Change-Id: I34b9a40b587092f28ffe5d5c96a4e3636f52ed53
(cherry picked from commit b02e63a76e4c3d5e364b0d0017e1a0f57916959d)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java
4bb301ce081b348fbb8b6b7a990e0c6e65b9e039 28-Nov-2017 Jack Yu <jackyu@google.com> Revert "Moved DataProfile from telephony internal hidden API to System API"

This reverts commit c36b42eb847959f451900d1eac4e32be180a0b99.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I7fd9fbb181fcc74de585e3224ed230e029db1049
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java
c36b42eb847959f451900d1eac4e32be180a0b99 20-Nov-2017 Jack Yu <jackyu@google.com> Moved DataProfile from telephony internal hidden API to System API

This is the preliminary change in order to make the new data call
setup API for IWLAN refactoring.

Test: Telephony sanity tests + unit tests
bug: 64132030

Merged-In: I320632be0d50b03c948b02fa664640ecfb401357
Change-Id: I320632be0d50b03c948b02fa664640ecfb401357
(cherry picked from commit b02e63a76e4c3d5e364b0d0017e1a0f57916959d)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java
8e9d1e601dce62cd0328701d7054e03db24727c7 13-Feb-2017 Jack Yu <jackyu@google.com> Data call refactoring and hidlization

Support the new HIDL interface for data call APIs.
The affacted APIs are RIL_REQUEST_SETUP_DATA_CALL,
RIL_REQUEST_SET_DATA_PROFILE, RIL_REQUEST_SET_INITIAL_ATTACH_APN
More parameters are passing down to the modem to address some
issues we had earlier.

bug: 32224135, 30173958, 33561503, 30282096, 32020264
Test: Telephony sanity tests, unit tests

Change-Id: I239baa144bcee413f67e77c6b79b4ae5278077e8
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java
4b2613ad8d9825c892a03558a227c2cee71473d7 07-Mar-2016 Jack Yu <jackyu@google.com> Added unit test cases for DataProfile

bug: 25691379
Change-Id: I56f60c410244707af8db3b7606b0a891009dfbf4
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/DataProfileTest.java