HomeSort by relevance Sort by last modified time
    Searched refs:permissions (Results 126 - 150 of 4394) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/malloc_debug/
MapData.cpp 47 char permissions[5]; local
50 &end, permissions, &offset, &name_pos) < 2) {
61 if (permissions[0] != 'r') {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
BasePermissionsTest.java 13 * See the License for the specific language governing permissions and
140 int requestCode, String[] permissions, boolean[] granted) {
142 for (int i = 0; i < permissions.length; i++) {
143 assertEquals(permissions[i], result.permissions[i]);
187 String[] permissions, int requestCode, Class<?> clazz, Runnable postRequestAction)
195 // Request the permissions
196 activity.requestPermissions(permissions, requestCode);
239 protected void grantPermissions(String[] permissions) throws Exception {
240 setPermissionGrantState(permissions, true, false)
    [all...]
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DeletionHelperActivity.java 13 * See the License for the specific language governing permissions and
73 int requestCode, String permissions[], int[] grantResults) {
74 super.onRequestPermissionsResult(requestCode, permissions, grantResults);
75 mFragment.onRequestPermissionsResult(requestCode, permissions, grantResults);
  /external/ims/rcs/rcsmanager/
Android.mk 44 # We need to put the permissions XML file into /system/etc/permissions/ so the
50 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateAppOpsBridge.java 13 * See the License for the specific language governing permissions and
58 int appOpsOpCode, String[] permissions) {
59 this(context, appState, callback, appOpsOpCode, permissions,
65 int appOpsOpCode, String[] permissions, IPackageManagerWrapper packageManager) {
73 mPermissions = permissions;
88 private boolean doesAnyPermissionMatch(String permissionToMatch, String[] permissions) {
89 for (String permission : permissions) {
  /art/test/071-dexfile-map-clean/src/
Main.java 13 * See the License for the specific language governing permissions and
49 String permissions = split[1]; local
51 if (!permissions.startsWith("r--p")) {
  /art/tools/jfuzz/
Android.mk 12 # See the License for the specific language governing permissions and
  /bootable/recovery/bootloader_message/
Android.mk 12 # See the License for the specific language governing permissions and
  /bootable/recovery/otautil/
Android.mk 12 # See the License for the specific language governing permissions and
  /bootable/recovery/tools/dumpkey/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/blueprint/
mangle.go 12 // See the License for the specific language governing permissions and
  /build/kati/
doc.go 12 // See the License for the specific language governing permissions and
flags.go 12 // See the License for the specific language governing permissions and
version.go 12 // See the License for the specific language governing permissions and
  /build/make/tools/droiddoc/
Android.mk 12 # See the License for the specific language governing permissions and
  /build/make/tools/droiddoc/templates-pdk/
trailer.cs 17 See the License for the specific language governing permissions and
  /build/soong/ui/build/
util_darwin.go 12 // See the License for the specific language governing permissions and
util_linux.go 12 // See the License for the specific language governing permissions and
  /cts/build/
test_target_java_library.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/devicepolicy/app/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/devicepolicy/app/DeviceAdmin/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/devicepolicy/app/DeviceAdminService/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/
Android.mk 12 # See the License for the specific language governing permissions and
  /cts/hostsidetests/dumpsys/apps/
Android.mk 12 # See the License for the specific language governing permissions and

Completed in 1063 milliseconds

1 2 3 4 56 7 8 91011>>