/frameworks/base/media/lib/signer/ |
Android.mk | 13 # See the License for the specific language governing permissions and 40 # This will install the file in /system/etc/permissions 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/media/lib/tvremote/ |
Android.mk | 13 # See the License for the specific language governing permissions and 42 # This will install the file in /system/etc/permissions 44 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/system/bt/service/common/bluetooth/binder/ |
IBluetoothGattServer.h | 13 // See the License for the specific language governing permissions and 72 int properties, int permissions, 75 int server_if, const bluetooth::UUID& uuid, int permissions, 134 int properties, int permissions, 137 int server_if, const bluetooth::UUID& uuid, int permissions,
|
/device/huawei/angler/ |
device.mk | 13 # See the License for the specific language governing permissions and 118 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 119 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ 120 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 121 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 122 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 123 frameworks/native/data/etc/android.hardware.camera.raw.xml:system/etc/permissions/android.hardware.camera.raw.xml \ 124 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ 125 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 126 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml [all...] |
/device/lge/bullhead/ |
device.mk | 13 # See the License for the specific language governing permissions and 91 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 92 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ 93 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 94 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 95 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 96 frameworks/native/data/etc/android.hardware.camera.raw.xml:system/etc/permissions/android.hardware.camera.raw.xml \ 97 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ 98 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 99 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
layer1.py | 115 **Required Permissions**: To use this action, an IAM user must 116 have a Manage permissions level for the stack or an attached 117 policy that explicitly grants permissions. For more 118 information on user permissions, see `Managing User 119 Permissions`_. 143 **Required Permissions**: To use this action, an IAM user must 144 have a Manage permissions level for the stack, or an attached 145 policy that explicitly grants permissions. For more 146 information on user permissions, see `Managing User 147 Permissions`_ [all...] |
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_process_unittest.cc | 58 std::vector<BrokerFilePermission> permissions; local 59 permissions.push_back(BrokerFilePermission::ReadOnly("/proc/cpuinfo")); 61 scoped_ptr<BrokerProcess> open_broker(new BrokerProcess(EPERM, permissions)); 91 std::vector<BrokerFilePermission> permissions; local 92 permissions.push_back(BrokerFilePermission::ReadOnly(kR_WhiteListed)); 93 permissions.push_back( 95 permissions.push_back(BrokerFilePermission::WriteOnly(kW_WhiteListed)); 96 permissions.push_back(BrokerFilePermission::ReadWrite(kRW_WhiteListed)); 98 BrokerProcess open_broker(denied_errno, permissions, fast_check_in_client); 251 std::vector<BrokerFilePermission> permissions; local 307 std::vector<BrokerFilePermission> permissions; local 388 std::vector<BrokerFilePermission> permissions; local 422 std::vector<BrokerFilePermission> permissions; local 447 std::vector<BrokerFilePermission> permissions; local 529 std::vector<BrokerFilePermission> permissions; local 573 std::vector<BrokerFilePermission> permissions; local 615 std::vector<BrokerFilePermission> permissions; local [all...] |
/developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
PhonePermissionRequestActivity.java | 13 * See the License for the specific language governing permissions and 31 * phone permissions for storage. If they choose to move forward, the permission screen 55 // If permissions granted, we start the main activity (shut this activity down). 80 * Callback received when a permissions request has been completed. 84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { 86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions 101 * If service started this Activity (b/c wear requested data where permissions were not
|
/developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/ |
PhonePermissionRequestActivity.java | 13 * See the License for the specific language governing permissions and 31 * phone permissions for storage. If they choose to move forward, the permission screen 55 // If permissions granted, we start the main activity (shut this activity down). 80 * Callback received when a permissions request has been completed. 84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { 86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions 101 * If service started this Activity (b/c wear requested data where permissions were not
|
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/ |
PhonePermissionRequestActivity.java | 13 * See the License for the specific language governing permissions and 31 * phone permissions for storage. If they choose to move forward, the permission screen 55 // If permissions granted, we start the main activity (shut this activity down). 80 * Callback received when a permissions request has been completed. 84 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { 86 String permissionResult = "Request code: " + requestCode + ", Permissions: " + permissions 101 * If service started this Activity (b/c wear requested data where permissions were not
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
MkdCommandHandlerTest.groovy | 13 * See the License for the specific language governing permissions and 25 import org.mockftpserver.fake.filesystem.Permissions 39 static final PERMISSIONS = new Permissions('rwx------') 42 userAccount.defaultPermissionsForNewDirectory = PERMISSIONS 47 assert dirEntry.permissions == PERMISSIONS 56 assert dirEntry.permissions == UserAccount.DEFAULT_PERMISSIONS_FOR_NEW_DIRECTORY 76 fileSystem.getEntry(PARENT).permissions = new Permissions('r-xr-xr-x' [all...] |
/packages/experimental/PermissionApp/src/foo/bar/permission/ |
PermissionActivity.java | 13 * See the License for the specific language governing permissions and 42 * Simple sample of how to use the runtime permissions APIs. 173 public void onRequestPermissionsResult(int requestCode, String permissions[], 189 for (int i = 0; i < permissions.length; i++) { 191 switch (permissions[i]) { 252 List<String> permissions = new ArrayList<>(); local 255 permissions.add(Manifest.permission.READ_CALENDAR); 259 permissions.add(Manifest.permission.READ_CONTACTS); 261 if (!permissions.isEmpty()) { 262 requestPermissions(permissions.toArray(new String[0]) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/ |
PermissionsManager.java | 13 * See the License for the specific language governing permissions and 17 package com.android.inputmethod.latin.permissions; 70 // otherwise request the permissions. 84 int requestCode, String[] permissions, int[] grantResults) {
|
/system/bt/service/ |
gatt_server_old.h | 13 // See the License for the specific language governing permissions and 89 bool AddCharacteristic(const UUID &id, int properties, int permissions); 94 int permissions);
|
/system/extras/ext4_utils/ |
key_control.cpp | 36 long keyctl_setperm(key_serial_t id, int permissions) 38 return keyctl(KEYCTL_SETPERM, id, permissions);
|
/device/generic/armv7-a-neon/ |
mini_common.mk | 12 # See the License for the specific language governing permissions and 66 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 67 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ 68 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ 69 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ 70 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 71 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
|
/cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/ |
ManifestGenerator.java | 13 * See the License for the specific language governing permissions and 45 List<String> permissions = new ArrayList<>(); local 59 permissions.add(args[++i]); 80 generate(out, pkgName, instrumentName, minSdk, targetSdk, permissions, activities); 95 String minSdk, String targetSdk, List<String> permissions, List<String> activities) 111 for (String permission : permissions) {
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
AbstractFakeFileSystemTestCase.groovy | 13 * See the License for the specific language governing permissions and 123 def permissions = new Permissions('-wxrwx---') 125 group: 'group', permissions: permissions) 134 assert entry.permissions == permissions
|
/device/htc/flounder/ |
device.mk | 13 # See the License for the specific language governing permissions and 80 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ 81 frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ 82 frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ 83 frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ 84 frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \ 85 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \ 86 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ 87 frameworks/native/data/etc/android.hardware.camera.full.xml:system/etc/permissions/android.hardware.camera.full.xml \ 88 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml [all...] |
/external/curl/lib/ |
ftplistparser.c | 205 int permissions = 0; local 208 permissions |= 1 << 8; 210 permissions |= FTP_LP_MALFORMATED_PERM; 212 permissions |= 1 << 7; 214 permissions |= FTP_LP_MALFORMATED_PERM; 217 permissions |= 1 << 6; 219 permissions |= 1 << 6; 220 permissions |= 1 << 11; 223 permissions |= 1 << 11; 225 permissions |= FTP_LP_MALFORMATED_PERM [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/service/ |
RuntimePermissionPresenterServiceImpl.java | 13 * See the License for the specific language governing permissions and 34 * Service that provides presentation information for runtime permissions. 50 List<RuntimePermissionPresentationInfo> permissions = new ArrayList<>(); local 60 permissions.add(permission); 64 return permissions;
|
/build/target/product/ |
aosp_x86_64.mk | 13 # See the License for the specific language governing permissions and 28 PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyPermissionUtil.java | 13 * See the License for the specific language governing permissions and 73 /** keep track of runtime permissions requested for each package targeted */ 123 List<PermissionInfo> permissions = new ArrayList<>(); local 134 permissions.add(pi); 137 if (!permissions.isEmpty()) { 138 mPermissionMap.put(info.packageName, permissions); 152 System.out.println("// Targeted packages and permissions:");
|
/device/google/atv/products/ |
atv_base.mk | 13 # See the License for the specific language governing permissions and 25 device/google/atv/permissions/tv_core_hardware.xml:system/etc/permissions/tv_core_hardware.xml 112 device/google/atv/permissions/com.google.android.tv.installed.xml:system/etc/permissions/com.google.android.tv.installed.xml
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/ |
packaging.properties | 16 root.permissions.755=eclipse,*.so* 17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
|