Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java975 private void updateAppOp(String packageName, boolean targetsUid, int userId, in updateAppOp() argument
980 "cmd appops set --user " + userId + (targetsUid ? " --uid " : " ") + packageName in updateAppOp()