Rename featureId -> attributionTag

In the core functionality this changes everything including aidl's and
field names:
- Context
- ContentProvider
- AppOps*
- Package parsing

For the rest, this is a shallow change to only change to the changed
APIs. This keeps the change small-ish

Exempt-From-Owner-Approval: Rename
Fixes: 148792795
Test: TH
Change-Id: I2a2245fe76e09e62cb13d5785d2efb4a304ba54a
This commit is contained in:
Philip P. Moltmann
2020-03-05 15:01:29 -08:00
parent 7e22a40a61
commit 8a06c2870e
78 changed files with 1564 additions and 1452 deletions

View File

@@ -322,7 +322,7 @@ public class MemoryUsageTest extends InstrumentationTestCase {
mAtm.startActivityAndWait(null,
getInstrumentation().getContext().getBasePackageName(),
getInstrumentation().getContext().getFeatureId(), mLaunchIntent,
getInstrumentation().getContext().getAttributionTag(), mLaunchIntent,
mimeType, null, null, 0, mLaunchIntent.getFlags(), null, null,
UserHandle.USER_CURRENT_OR_SELF);
} catch (RemoteException e) {