niap-cc/Permissions/Tester/app/src/main/java/com/android/certifications/niap/permissions/utils/Transacts.java [744:759]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            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<>();
            transactIds.put(getFrontActivityScreenCompatMode, 25);
            transactIds.put(getTaskDescription, 52);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



niap-cc/Permissions/Tester/app/src/main/java/com/android/certifications/niap/permissions/utils/Transacts.java [1030:1045]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            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<>();
            transactIds.put(getFrontActivityScreenCompatMode, 25);
            transactIds.put(getTaskDescription, 52);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



