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

            transactIds = new HashMap<>();
            transactIds.put(generateChallenge, 12);
            mDescriptorTransacts.put(FACE_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(awaken, 2);
            transactIds.put(isDreaming, 7);
            mDescriptorTransacts.put(DREAMS_DESCRIPTOR, transactIds);

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



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

            transactIds = new HashMap<>();
            transactIds.put(generateChallenge, 12);
            mDescriptorTransacts.put(FACE_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(awaken, 2);
            transactIds.put(isDreaming, 7);
            mDescriptorTransacts.put(DREAMS_DESCRIPTOR, transactIds);

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



