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

            transactIds = new HashMap<>();
            transactIds.put(temporaryEnableAccessibilityStateUntilKeyguardRemoved, 11);
            transactIds.put(registerUiTestAutomationService, 9);
            transactIds.put(setPictureInPictureActionReplacingConnection, 8);
            transactIds.put(getWindowToken, 12);
            mDescriptorTransacts.put(ACCESSIBILITY_DESCRIPTOR, transactIds);

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



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

            transactIds = new HashMap<>();
            transactIds.put(temporaryEnableAccessibilityStateUntilKeyguardRemoved, 11);
            transactIds.put(registerUiTestAutomationService, 9);
            transactIds.put(setPictureInPictureActionReplacingConnection, 8);
            transactIds.put(getWindowToken, 12);
            mDescriptorTransacts.put(ACCESSIBILITY_DESCRIPTOR, transactIds);

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



