Searched refs:APP_OP_STR (Results 1 – 7 of 7) sorted by relevance
59 assertThat(AppOpsUtils.getOpMode(packageName, APP_OP_STR)) in verifyAppOpDenied()71 APP_OP_STR)) in blockedSourceTest()
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
67 APP_OP_STR)) in allowedSourceTest()72 assertThat(AppOpsUtils.getOpMode(packageName, APP_OP_STR)) in verifyAppOpAllowed()
62 assertTrue(AppOpsUtils.allowedOperationLogged(context.packageName, APP_OP_STR)) in confirmInstallation()
64 const val APP_OP_STR = "REQUEST_INSTALL_PACKAGES" in <lambda>() constant
72 private static final String APP_OP_STR = "REQUEST_DELETE_PACKAGES"; field in UninstallTest197 assertTrue(AppOpsUtils.allowedOperationLogged(mContext.getPackageName(), APP_OP_STR)); in testUninstall() local