niap-cc/Permissions/Tester/app/src/main/java/com/android/certifications/niap/permissions/utils/Transacts.java [614:623]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            mDescriptorTransacts.put(DEVICE_POLICY_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(getNextEntry, 3);
            mDescriptorTransacts.put(DROPBOX_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(tether, 20);
            transactIds.put(getAlwaysOnVpnPackage, 48);
            transactIds.put(getActiveNetworkForUid, 2);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



niap-cc/Permissions/Tester/app/src/main/java/com/android/certifications/niap/permissions/utils/Transacts.java [875:884]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            mDescriptorTransacts.put(DEVICE_POLICY_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(getNextEntry, 3);
            mDescriptorTransacts.put(DROPBOX_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(tether, 20);
            transactIds.put(getAlwaysOnVpnPackage, 48);
            transactIds.put(getActiveNetworkForUid, 2);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



