Searched refs:getCrossProfileAppOp (Results 1 – 1 of 1) sorted by relevance
293 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_ALLOWED); in setInteractAcrossProfilesAppOp_setsAppOp()308 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_ALLOWED); in setInteractAcrossProfilesAppOp_configureInteractAcrossProfilesPermissionWithoutAppOpsPermissions_setsAppOp()322 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_ALLOWED); in setInteractAcrossProfilesAppOp_appOpsPermissionsWithoutConfigureInteractAcrossProfilesPermission_setsAppOp()331 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_ALLOWED); in setInteractAcrossProfilesAppOp_setsAppOpWithUsersAndWithoutFull()340 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_ALLOWED); in setInteractAcrossProfilesAppOp_setsAppOpWithFullAndWithoutUsers()387 assertThat(getCrossProfileAppOp()).isNotEqualTo(MODE_ALLOWED); in setInteractAcrossProfilesAppOp_toAllowed_whenNotAbleToRequest_doesNotSet()459 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_DEFAULT); in setInteractAcrossProfilesAppOp_userToSetInDifferentProfileGroupToCaller_doesNotSetCallerAppOp()601 assertThat(getCrossProfileAppOp()).isEqualTo(MODE_DEFAULT); in clearInteractAcrossProfilesAppOps()621 private @Mode int getCrossProfileAppOp() { in getCrossProfileAppOp() method in CrossProfileAppsServiceImplRoboTest622 return getCrossProfileAppOp(PERSONAL_PROFILE_UID); in getCrossProfileAppOp()[all …]