History log of /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ServiceStateProviderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
117a78f9fea5654258a2660346778bbf572fd7e5 15-Mar-2018 Jack Yu <jackyu@google.com> Renamed getNetworkId and getSystemId

1. Renamed getNetworkId() to getCdmaNetworkId()
2. Renamed getSystemId() to getCdmaSystemId()

Test: Build
Bug: 74976831
Change-Id: I530d94da98f75f0f232e4576ba71d7d7fb1e33df
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ServiceStateProviderTest.java
29dcc8fd30be2da45686f732b56aa8b59c734ea4 27-Apr-2017 Jordan Liu <jminjie@google.com> Query without a subid uses the default subid

ServiceStateProvider should allow queries using a URI without any
subscription id specified. These queries should use the default
subscription id instead of throwing an exception.

Test: runtest --path ServiceStateProviderTest \
--test-method testQueryServiceStateWithNoSubId
Fixes: 37722299
Change-Id: Id3b3c2cb08bdb5e8f486366f81ddd254b12a16df
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ServiceStateProviderTest.java
6c345f36431aa382759fabebc96ce7160af4e2e0 19-Apr-2017 Jordan Liu <jminjie@google.com> Use SubscriptionId instead of SubId

Use the renamed methods in ServiceStateTable which refer to
SubscriptionId instead of SubId.

Change-Id: I4e38b1bc9bc1a5fc488e7450e9e798c9873258b2
Fixes: 35766624
Test: Existing unit tests pass
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ServiceStateProviderTest.java
1b886a1cb3a370505e56ac5479641832b8695154 15-Mar-2017 Simran Basi <sbasi@google.com> Add service-state content provider

Add the ServiceStateProvider which clients can use to get the current
ServiceState given a subId and be notified when the service state
changes.

Test: runtest --path ServiceStateProviderTest.java
Bug: 33756364
Change-Id: Iecfee79fca45accbf701bc7729229c60ecc0cdbb
Merged-In: Iecfee79fca45accbf701bc7729229c60ecc0cdbb
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ServiceStateProviderTest.java