/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattDescriptor.java | 118 public BluetoothGattDescriptor(UUID uuid, int permissions) { in BluetoothGattDescriptor() argument 119 initDescriptor(null, uuid, permissions); in BluetoothGattDescriptor() 131 int permissions) { in BluetoothGattDescriptor() argument 132 initDescriptor(characteristic, uuid, permissions); in BluetoothGattDescriptor() 136 int permissions) { in initDescriptor() argument 139 mPermissions = permissions; in initDescriptor()
|
D | BluetoothGattCharacteristic.java | 232 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() argument 233 initCharacteristic(null, uuid, 0, properties, permissions); in BluetoothGattCharacteristic() 242 int properties, int permissions) { in BluetoothGattCharacteristic() argument 243 initCharacteristic(service, uuid, instanceId, properties, permissions); in BluetoothGattCharacteristic() 248 int properties, int permissions) { in initCharacteristic() argument 252 mPermissions = permissions; in initCharacteristic()
|
D | IBluetoothGatt.aidl | 77 in int properties, in int permissions); in addCharacteristic() argument 79 in int permissions); in addDescriptor() argument
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 12 <li><a href="#permissions">Using Permissions</a></li> 35 that a particular process can perform, and per-URI permissions for granting 50 <em>permissions</em> they need for additional capabilities not provided by 51 the basic sandbox. Applications statically declare the permissions they 53 application is installed. Android has no mechanism for granting permissions 76 permissions</a> and to grant or deny an application's <a 96 user ID and file permissions. Note that in order to retain security, only two applications 109 owned by your application, but its global read and/or write permissions have 113 <a name="permissions"></a> 116 <p>A basic Android application has no permissions associated with it by default, [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | permission-tree-element.jd | 16 <dd>Declares the base name for a tree of permissions. The application takes 17 ownership of all names within the tree. It can dynamically add new permissions 20 {@code com.example.project.taxes}, permissions like the following might be 29 namespace in which further permissions can be placed. See the 31 element for information on declaring permissions. 36 <dd>An icon representing all the permissions in the tree. This attribute
|
D | uses-permission-element.jd | 13 <p style="clear:left;">In some cases, the permissions that you request 30 <p>For a list of permissions that imply 32 href="{@docRoot}guide/topics/manifest/uses-feature-element.html#permissions-features"> 49 For more information on permissions, see the 53 A list of permissions defined by the base platform can be found at 62 standard system permissions, such as "{@code android.permission.CAMERA}"
|
D | permission-group-element.jd | 17 <dd>Declares a name for a logical grouping of related permissions. Individual 24 which permissions can be placed. See the 26 on declaring permissions and assigning them to groups.
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageInfo.java | 131 public PermissionInfo[] permissions; field in PackageInfo 263 dest.writeTypedArray(permissions, parcelableFlags); in writeToParcel() 304 permissions = source.createTypedArray(PermissionInfo.CREATOR); in PackageInfo()
|
D | PackageManager.java | 1647 String[] permissions, int flags); in getPackagesHoldingPermissions() argument 1770 public Intent buildPermissionRequestIntent(String... permissions) { in buildPermissionRequestIntent() argument 1771 if (permissions == null) { in buildPermissionRequestIntent() 1774 for (String permission : permissions) { in buildPermissionRequestIntent() 1781 i.putExtra(EXTRA_REQUEST_PERMISSION_PERMISSION_LIST, permissions); in buildPermissionRequestIntent()
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 25 <li><a href="{@docRoot}guide/topics/security/permissions.html">Permissions</a></li> 33 default system and file permissions and avoid difficult decisions about security.</p> 41 security functionality such as cryptography, permissions, and secure 48 <li>User-granted permissions to restrict access to system features and user data.</li> 49 <li>Application-defined permissions to control application data on a per-app basis.</li> 80 offers read and write permissions to other apps and can make 126 </a> for reading and writing, or distinct permissions for reading and writing 127 within the manifest. We recommend that you limit your permissions to those 129 easier to add permissions later to expose new functionality than it is to take 136 Signature permissions do not require user confirmation, [all …]
|
/frameworks/base/core/java/android/webkit/ |
D | PluginManager.java | 228 String permissions[] = pkgInfo.requestedPermissions; in containsPluginPermissionAndSignatures() local 229 if (permissions == null) { in containsPluginPermissionAndSignatures() 233 for (String permit : permissions) { in containsPluginPermissionAndSignatures()
|
/frameworks/base/data/etc/ |
D | Android.mk | 28 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/base/location/lib/ |
D | Android.mk | 42 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | vignette_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | levels_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | vignette_approx_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | fisheye_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | fisheye_approx_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | fisheye_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | vignette_approx_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | vignette_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | vignette_approx_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | levels_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
D | fisheye_relaxed.fs | 13 * See the License for the specific language governing permissions and
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | p_med_ol.tab | 14 ** See the License for the specific language governing permissions and
|