niap-cc/Permissions/Tester/app/src/main/java/com/android/certifications/niap/permissions/utils/Transacts.java [410:420]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Map<String, Integer> transactIds = new HashMap<>();
            transactIds.put(getActiveServiceComponentName, 20);
            transactIds.put(updateKeyphraseSoundModel, 14);
            mDescriptorTransacts.put(VOICE_INTERACTION_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(bootFinished, 1);
            transactIds.put(showCpu, 1000);
            mDescriptorTransacts.put(SURFACE_FLINGER_DESCRIPTOR, transactIds);

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



niap-cc/Permissions/Tester/app/src/main/java/com/android/certifications/niap/permissions/utils/Transacts.java [655:665]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Map<String, Integer> transactIds = new HashMap<>();
            transactIds.put(getActiveServiceComponentName, 20);
            transactIds.put(updateKeyphraseSoundModel, 14);
            mDescriptorTransacts.put(VOICE_INTERACTION_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(bootFinished, 1);
            transactIds.put(showCpu, 1000);
            mDescriptorTransacts.put(SURFACE_FLINGER_DESCRIPTOR, transactIds);

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



