Home
last modified time | relevance | path

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

12345678910>>...19

/test/suite_harness/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
DManifestGeneratorTest.java56 List<String> permissions = new ArrayList<>(); in testManifest() local
57 permissions.add(PERMISSION_A); in testManifest()
58 permissions.add(PERMISSION_B); in testManifest()
77 permissions, activities, libraries); in testManifest()
/test/vts-testcase/kernel/api/hwbinder/
DVtsKernelHwBinderTest.py47 permissions = target_file_utils.GetPermission(
50 target_file_utils.IsReadWrite(permissions),
52 permissions))
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
DManifestGenerator.java46 List<String> permissions = new ArrayList<>(); in main() local
63 permissions.add(args[++i]); in main()
84 generate(out, pkgName, instrumentName, minSdk, targetSdk, permissions, activities, in main()
100 String minSdk, String targetSdk, List<String> permissions, List<String> activities, in generate() argument
117 for (String permission : permissions) { in generate()
/test/vts-testcase/kernel/api/selinux/
DVtsKernelSelinuxFileApiTest.py58 permissions = target_file_utils.GetPermission(
61 test_object.get_permission_checker()(permissions),
63 (test_object.get_path(), permissions))
/test/vts-testcase/kernel/ltp/shell_environment/definitions/
Dpath_permission.py38 permissions=None, argument
43 self._permissions = permissions
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py164 permissions = target_file_utils.GetPermission(target_path,
166 if target_file_utils.IsExecutable(permissions):
203 permissions = target_file_utils.GetPermission(target_path,
206 target_file_utils.IsExecutable(permissions)):
/test/vts-testcase/hal/tetheroffload/control/V1_0/target/
DAndroid.bp12 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/ir/V1_0/target_profiling/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/wifi/V1_0/target/nan/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/vibrator/V1_2/adapter/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts/testcases/host/verify_dtbo/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/graphics/mapper/V2_1/adapter/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/power/V1_2/target/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/vibrator/V1_0/host_profiling/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/audio/V2_0/target/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/gatekeeper/V1_0/target_profiling/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/wifi/V1_2/target_profiling/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/wifi/supplicant/V1_1/target/
DAndroid.bp12 // See the License for the specific language governing permissions and
/test/vts-testcase/vndk/hidl/bufferpool/V1_0/target/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/media/omx/V1_0/host_omxstore/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/graphics/composer/V2_2/target/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/power/V1_1/target_profiling/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/performance/hwbinder_latency_test/binderize/
DAndroid.bp13 // See the License for the specific language governing permissions and
/test/vts-testcase/hal/vr/V1_0/target/
DAndroid.bp12 // See the License for the specific language governing permissions and

12345678910>>...19