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

            transactIds = new HashMap<>();
            transactIds.put(noteStartAudio, 5);
            transactIds.put(getAwakeTimeBattery, 75);
            mDescriptorTransacts.put(BATTERY_STATS_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(onApplicationActive, 19);
            mDescriptorTransacts.put(SHORTCUT_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(setWallpaper, 1);
            mDescriptorTransacts.put(WALLPAPER_DESCRIPTOR, transactIds);

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



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

            transactIds = new HashMap<>();
            transactIds.put(noteStartAudio, 5);
            transactIds.put(getAwakeTimeBattery, 75);
            mDescriptorTransacts.put(BATTERY_STATS_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(onApplicationActive, 19);
            mDescriptorTransacts.put(SHORTCUT_DESCRIPTOR, transactIds);

            transactIds = new HashMap<>();
            transactIds.put(setWallpaper, 1);
            mDescriptorTransacts.put(WALLPAPER_DESCRIPTOR, transactIds);

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



