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

            transactIds = new HashMap<>();
            transactIds.put(getSubscriptionPlans, 18);
            transactIds.put(getUidPolicy, 4);
            transactIds.put(registerListener, 6);
            mDescriptorTransacts.put(NET_POLICY_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(setTimeZone, 3);
            transactIds.put(setTime, 2);
            mDescriptorTransacts.put(ALARM_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(getActiveProjectionInfo, 4);
            mDescriptorTransacts.put(MEDIA_PROJECTION_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

            transactIds = new HashMap<>();
            transactIds.put(getSubscriptionPlans, 18);
            transactIds.put(getUidPolicy, 4);
            transactIds.put(registerListener, 6);
            mDescriptorTransacts.put(NET_POLICY_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(setTimeZone, 3);
            transactIds.put(setTime, 2);
            mDescriptorTransacts.put(ALARM_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(getActiveProjectionInfo, 4);
            mDescriptorTransacts.put(MEDIA_PROJECTION_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



