Home
last modified time | relevance | path

Searched refs:permissions (Results 1 – 25 of 242) sorted by relevance

12345678910

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DShellPrivilege.kt25 class ShellPrivilege(vararg permissions: String) : AutoCloseable {
33 permissionsGranted = grantMissingPermissions(*permissions)
40 private fun grantMissingPermissions(vararg permissions: String): Boolean { in grantMissingPermissions()
41 if (permissions.isEmpty()) { in grantMissingPermissions()
45 val missingPermissions = permissions.filter { !it.isGranted() }.toTypedArray() in grantMissingPermissions()
/platform_testing/utils/shell-as/
Dgen-manifest.sh31 readonly permissions="$2"
40 sed -r 's!(.*)! <uses-permission android:name="\1"/>!g' "$permissions" >> "$output"
/platform_testing/libraries/notes-role-test-helper/src/android/platform/helpers/notesrole/
DNotesRoleUtil.kt155 fun <T> callWithShellIdentityPermissions(vararg permissions: String, callable: () -> T): T { in callWithShellIdentityPermissions()
159 uiAutomation.adoptShellPermissionIdentity(*permissions) in callWithShellIdentityPermissions()
/platform_testing/robolab/roboStandaloneProj/tests/config/
Drobolectric.properties12 # See the License for the specific language governing permissions and
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/tests/microbenchmarks/LauncherIconsApp/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/host_runners/power/tests/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/scripts/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/host_runners/utils/tests/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/libraries/junitxml/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/host_runners/boot/tests/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/tests/automotive/mobly_tests/utilities/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/libraries/timeresult-helper/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/host_runners/utils/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/libraries/health/options/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/libraries/motion/compose/values/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/tests/perf/PerformanceLaunch/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/libraries/system-helpers/package-helper/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/libraries/uinput-device-test-helper/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/tests/bootdoa/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/tests/example/parameterized_test/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/tests/featureflag/
DAndroid.bp12 // See the License for the specific language governing permissions and
/platform_testing/libraries/media-helper/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/libraries/flicker/collector/
DAndroid.bp13 // See the License for the specific language governing permissions and
/platform_testing/libraries/system-helpers/connectivity-helper/
DAndroid.bp13 // See the License for the specific language governing permissions and

12345678910