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

1 2 3 45 6 7 8 91011>>

  /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
  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 7 * order for one or more permissions to be granted.
68 sepol_access_vector_t permissions; /* constrained permissions */ member in struct:constraint_node
69 constraint_expr_t *expr; /* constraint on permissions */
  /frameworks/base/vr/
Android.mk 12 # See the License for the specific language governing permissions and
37 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
  /hardware/libhardware/include/hardware/
bt_common_types.h 13 * See the License for the specific language governing permissions and
73 uint16_t permissions; member in struct:__anon41049
  /packages/apps/Dialer/java/com/android/dialer/postcall/
PostCallActivity.java 13 * See the License for the specific language governing permissions and
124 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) {
125 if (permissions.length > 0 && permissions[0].equals(permission.SEND_SMS)) {
126 PermissionsUtil.permissionRequested(this, permissions[0]);
  /packages/apps/Messaging/src/com/android/messaging/util/
OsUtil.java 13 * See the License for the specific language governing permissions and
211 /** Does the app have all the specified permissions */
212 public static boolean hasPermissions(final String[] permissions) {
213 for (final String permission : permissions) {
245 * Returns array with the set of permissions that have not been granted from the given set.
246 * The array will be empty if the app has all of the specified permissions. Note that calling
248 * again, and its up to the app to only request permissions that are missing.
250 public static String[] getMissingPermissions(final String[] permissions) {
252 for (final String permission : permissions) {
272 /** Does the app have the minimum set of permissions required to operate. *
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
IPackageManagerWrapper.java 13 * See the License for the specific language governing permissions and
74 String[] permissions, int flags, int userId) throws RemoteException;
  /packages/wallpapers/LivePicker/
Android.mk 13 # See the License for the specific language governing permissions and
28 # This will install the file in /system/etc/permissions
30 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
  /system/tpm/attestation/server/
database_impl.cc 13 // See the License for the specific language governing permissions and
101 int permissions = 0; local
102 if (base::GetPosixFilePermissions(path, &permissions) &&
103 (permissions & kMask) != 0) {
104 LOG(WARNING) << "Attempting to fix permissions on attestation database.";
105 base::SetPosixFilePermissions(path, permissions & ~kMask);
125 LOG(ERROR) << "Failed to set permissions for file: " << file_path.value();
  /device/google/marlin/
device-common.mk 13 # See the License for the specific language governing permissions and
110 frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
111 frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml
185 frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml
189 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml
193 frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml
197 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
198 frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
199 frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
200 frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xm
    [all...]
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process.cc 35 const std::vector<syscall_broker::BrokerFilePermission>& permissions,
42 policy_(denied_errno, permissions) {
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 71 permissions(dir, perms::none);
85 permissions(dir, perms::none);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
UnixDirectoryListingFormatter.java 13 * See the License for the specific language governing permissions and
58 Permissions permissions = fileSystemEntry.getPermissions() != null ? fileSystemEntry.getPermissions() : Permissions.DEFAULT; local
59 String permissionsStr = StringUtil.padRight(permissions.asRwxString(), 9);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 13 * See the License for the specific language governing permissions and
191 * Characteristic permissions.
232 * @param permissions Permissions for this characteristic
234 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) {
235 initCharacteristic(null, uuid, 0, properties, permissions);
244 int properties, int permissions) {
245 initCharacteristic(service, uuid, instanceId, properties, permissions);
253 int properties, int permissions) {
254 initCharacteristic(null, uuid, instanceId, properties, permissions);
    [all...]
  /frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
MainActivity.java 13 * See the License for the specific language governing permissions and
64 RecipientEditTextView view, String[] permissions) {
65 requestPermissions(permissions, 0 /* requestCode */);
  /packages/apps/Settings/src/com/android/settings/enterprise/
ApplicationListFragment.java 13 * See the License for the specific language governing permissions and
63 public AdminGrantedPermission(String[] permissions) {
64 mPermissions = permissions;
  /system/bt/test/suite/gatt/
gatt_unittest.cc 14 * See the License for the specific language governing permissions and
95 .permissions = 0x01 /* read only */},
96 {.type = BTGATT_DB_DESCRIPTOR, .uuid = desc_uuid, .permissions = 0x01}};
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
path_permission.py 13 # See the License for the specific language governing permissions and
22 """Class for check and set path permissions.
32 _failed_paths: list of string, paths that don't have desired permissions
33 _permissions: list of int, desired permissions for each path
38 permissions=None,
43 self._permissions = permissions
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.js 26 var permissionObj = {permissions: ['documentScan']}; property in class:permissionObj
30 chrome.permissions.request( permissionObj, function(result) {
65 chrome.permissions.contains(permissionObj, function(result) {
  /external/vboot_reference/utility/
chromeos-tpm-recovery 147 # define_space <index> <size> <permissions>
152 local permissions=$3
178 $tpmc definespace $index $size $permissions
183 local permissions=$2
213 # If space exists but permissions are bad, delete the space.
214 if [ $space_exists -eq 1 -a $observed_permissions != $permissions ]; then
215 log "space $index has unexpected permissions $permissions"
223 if ! define_space $index $size $permissions; then
  /frameworks/base/core/java/android/content/pm/permission/
RuntimePermissionPresenter.java 13 * See the License for the specific language governing permissions and
42 * This class provides information about runtime permissions for a specific
44 * and does not necessarily reflect the individual permissions requested/
45 * granted to an app as the platform may be grouping permissions to improve
47 * runtime permissions in the same permission group may be presented as a
69 * @param permissions The permissions list.
72 List<RuntimePermissionPresentationInfo> permissions) {
104 * Gets the runtime permissions for an app.
199 List<RuntimePermissionPresentationInfo> permissions = null
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 13 * See the License for the specific language governing permissions and
44 * Entry of this type represents the item in auto-complete that asks user to grant permissions
104 String lookupKey, String[] permissions) {
107 true /* shouldDisplayIcon */, isFirstLevel, isValid, lookupKey, permissions);
113 boolean isFirstLevel, boolean isValid, String lookupKey, String[] permissions) {
130 mPermissions = permissions;
165 INVALID_CONTACT, null, true, isValid, null /* lookupKey */, null /* permissions */);
175 INVALID_CONTACT, null, true, isValid, null /* lookupKey */, null /* permissions */);
187 isValid, null /* lookupKey */, null /* permissions */);
197 null /* permissions */);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CameraComposerFragment.java 13 * See the License for the specific language governing permissions and
78 private String[] permissions = new String[] {Manifest.permission.CAMERA}; field in class:CameraComposerFragment
194 if (PermissionsUtil.isFirstRequest(getContext(), permissions[0])
195 || shouldShowRequestPermissionRationale(permissions[0])) {
198 requestPermissions(permissions, CAMERA_PERMISSION);
377 int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) {
378 if (permissions.length > 0 && permissions[0].equals(this.permissions[0])) {
379 PermissionsUtil.permissionRequested(getContext(), permissions[0]) local
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DropTarget.java 13 * See the License for the specific language governing permissions and
124 // Try accessing the Uri without the permissions grant.
130 // Try accessing the Uri after the permissions have been released.
173 DragAndDropPermissions permissions = null; local
175 permissions = requestDragAndDropPermissions(event);
176 if (permissions == null) {
184 if (permissions != null) {
185 permissions.release();
  /development/tools/privapp_permissions/
privapp_permissions.py 15 # See the License for the specific language governing permissions and
20 privapp_permission.py: Generates privapp-permissions.xml file for
41 BASE_XML_FNAME = "privapp-permissions-platform.xml"
44 # Parse base XML files in /etc dir, permissions listed there don't have to be re-added
49 # Extract signature|privileged permissions available in the platform
59 priv_perms = get_priv_permissions(pkg_info['permissions'], platform_priv_permissions)
60 # Compute diff against permissions defined in base file
77 <permissions>"""
80 print ' <!-- Additional permissions on top of %s -->' % BASE_XML_FNAME
81 print ' <privapp-permissions package="%s">' % package_nam
    [all...]

Completed in 1159 milliseconds

1 2 3 45 6 7 8 91011>>