Searched refs:APP_OP_STR (Results 1 – 8 of 8) sorted by relevance
68 APP_OP_STR in allowedSourceTest()74 assertThat(AppOpsUtils.getOpMode(packageName, APP_OP_STR)) in verifyAppOpAllowed()
104 assertTrue(AppOpsUtils.allowedOperationLogged(context.packageName, APP_OP_STR)) in confirmInstallation()128 assertTrue(AppOpsUtils.allowedOperationLogged(context.packageName, APP_OP_STR)) in confirmMultiPackageInstallation()
90 const val APP_OP_STR = "REQUEST_INSTALL_PACKAGES" in <lambda>() constant
60 assertThat(AppOpsUtils.getOpMode(packageName, APP_OP_STR)) in verifyAppOpDefault()72 APP_OP_STR)) in defaultSourceTest()
62 const val APP_OP_STR = "REQUEST_INSTALL_PACKAGES" in <lambda>() constant
59 assertThat(AppOpsUtils.getOpMode(packageName, APP_OP_STR)) in verifyAppOpDenied()71 APP_OP_STR)) in blockedSourceTest()
91 private static final String APP_OP_STR = "REQUEST_DELETE_PACKAGES"; field in UninstallTest243 assertTrue(AppOpsUtils.allowedOperationLogged(mContext.getPackageName(), APP_OP_STR)); in testUninstall() local