Add testing for new carrier-associated app behaviors.
This validates several new cases:
1. First run of CarrierAppUtils ever
a. Associated app with unspecified addedInSdk
b. Associated app with specified addedInSdk
2. Firt run of CarrierAppUtils for a particular SDK
a. Associated app with addedInSdk == current SDK
b. Associated app with addedInSdk = current SDK - 1, and last
evaluation SDK = current SDK - 2
c. Associated app with unspecified addedInSdk
3. Subsequent run of CarrierAppUtils for a particular SDK
a. Associated app with unspecified addedInSdk
b. Associated app with specified addedInSdk
Test: atest FrameworksTelephonyTests:CarrierAppUtilsTest
Bug: 154872019
Change-Id: I1eff3faa9b98b5b5f9e95575b0e61e9be914a3e0
Loading
Please register or sign in to comment