Searched refs:UID_E (Results 1 – 1 of 1) sorted by relevance
285 private static final int UID_E = UserHandle.getUid(USER_ID, APP_ID_E); field in NetworkPolicyManagerServiceTest846 assertUidPolicy(UID_E, POLICY_REJECT_METERED_BACKGROUND); in restrictBackgroundListsTest()857 mService.setUidPolicy(UID_E, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest()858 assertUidPolicy(UID_E, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest()859 assertWhitelistUids(UID_B, UID_C, UID_E); in restrictBackgroundListsTest()864 assertWhitelistUids(UID_C, UID_E); in restrictBackgroundListsTest()887 UID_E, UID_F); in testGetUidsWithPolicy() local