Home
last modified time | relevance | path

Searched refs:installPackageWithInstallSourceAndMetadataFromStore (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DEnhancedConfirmationManagerTest.kt76 installPackageWithInstallSourceAndMetadataFromStore(APP_APK_NAME_LATEST) in installedAppStartsWithModeDefault()
90 installPackageWithInstallSourceAndMetadataFromStore(APP_APK_NAME_LATEST) in givenStoreAppThenIsNotRestrictedFromProtectedSetting()
117 installPackageWithInstallSourceAndMetadataFromStore(APP_APK_NAME_LATEST) in givenExplicitlyRestrictedAppThenIsRestrictedFromProtectedSetting()
DAppPermissionTest.kt88 installPackageWithInstallSourceAndMetadataFromStore(APP_APK_NAME_31) in showPermissionRationaleContainer_withInstallSourceAndMetadata_packageSourceStore()
281 installPackageWithInstallSourceAndMetadataFromStore(APP_APK_NAME_LATEST) in installFromTrustedSource_enabledAllowRadioButtonAndIfClickedAndChecked()
DPermissionRationalePermissionGrantDialogTest.kt209 installPackageWithInstallSourceAndMetadataFromStore(APP_APK_NAME_31) in requestCoarseLocationPerm_hasPermissionRationale_packageSourceStore()
DBaseUsePermissionTest.kt441 protected fun installPackageWithInstallSourceAndMetadataFromStore(apkName: String) { in <lambda>() method