Searched refs:permissions (Results 1 - 25 of 157) sorted by relevance

1234567

/frameworks/base/data/etc/
H A DAndroid.mk13 # See the License for the specific language governing permissions and
26 # This will install the file in /system/etc/permissions
28 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
41 # This will install the file in /system/etc/permissions
43 #LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java13 * See the License for the specific language governing permissions and
116 * @param permissions Permissions for this descriptor
118 public BluetoothGattDescriptor(UUID uuid, int permissions) { argument
119 initDescriptor(null, uuid, permissions);
128 * @param permissions Permissions for this descriptor
131 int permissions) {
132 initDescriptor(characteristic, uuid, permissions);
136 int permissions) {
139 mPermissions = permissions;
168 * Returns the permissions fo
130 BluetoothGattDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, int permissions) argument
135 initDescriptor(BluetoothGattCharacteristic characteristic, UUID uuid, int permissions) argument
[all...]
H A DBluetoothGattCharacteristic.java13 * See the License for the specific language governing permissions and
189 * Characteristic permissions.
230 * @param permissions Permissions for this characteristic
232 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { argument
233 initCharacteristic(null, uuid, 0, properties, permissions);
242 int properties, int permissions) {
243 initCharacteristic(service, uuid, instanceId, properties, permissions);
248 int properties, int permissions) {
252 mPermissions = permissions;
335 * Returns the permissions fo
240 BluetoothGattCharacteristic(BluetoothGattService service, UUID uuid, int instanceId, int properties, int permissions) argument
246 initCharacteristic(BluetoothGattService service, UUID uuid, int instanceId, int properties, int permissions) argument
[all...]
/frameworks/base/location/lib/
H A DAndroid.mk13 # 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/core/java/android/content/pm/
H A DPackageInfo.java13 * See the License for the specific language governing permissions and
131 public PermissionInfo[] permissions; field in class:PackageInfo
138 * all permissions requested, even those that were not granted or known
157 * disable it. Currently all permissions are required.
263 dest.writeTypedArray(permissions, parcelableFlags);
304 permissions = source.createTypedArray(PermissionInfo.CREATOR);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S13 @ See the License for the specific language governing permissions and
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/NoLocTestApp/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v1/
H A DAndroid.mk12 # See the License for the specific language governing permissions and
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/
H A DAndroid.mk12 # See the License for the specific language governing permissions and

Completed in 641 milliseconds

1234567