OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLUETOOTH_ADMIN_PERM
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java
38
public static final String
BLUETOOTH_ADMIN_PERM
=
118
if (checkCallingOrSelfPermission(
BLUETOOTH_ADMIN_PERM
)!=PackageManager.PERMISSION_GRANTED) {
AdapterService.java
85
static final String
BLUETOOTH_ADMIN_PERM
=
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java
90
private static final String
BLUETOOTH_ADMIN_PERM
= android.Manifest.permission.BLUETOOTH_ADMIN;
589
mContext.sendBroadcast(intent,
BLUETOOTH_ADMIN_PERM
);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
106
private static final String
BLUETOOTH_ADMIN_PERM
= android.Manifest.permission.BLUETOOTH_ADMIN;
425
sendBroadcast(intent,
BLUETOOTH_ADMIN_PERM
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
130
private static final String
BLUETOOTH_ADMIN_PERM
= android.Manifest.permission.BLUETOOTH_ADMIN;
252
sendBroadcast(timeoutIntent,
BLUETOOTH_ADMIN_PERM
);
603
sendBroadcast(intent,
BLUETOOTH_ADMIN_PERM
);
825
enforceCallingOrSelfPermission(
BLUETOOTH_ADMIN_PERM
,
838
enforceCallingOrSelfPermission(
BLUETOOTH_ADMIN_PERM
,
/frameworks/base/services/java/com/android/server/
BluetoothManagerService.java
51
private static final String
BLUETOOTH_ADMIN_PERM
= android.Manifest.permission.BLUETOOTH_ADMIN;
369
mContext.enforceCallingOrSelfPermission(
BLUETOOTH_ADMIN_PERM
,
397
mContext.enforceCallingOrSelfPermission(
BLUETOOTH_ADMIN_PERM
,
417
mContext.enforceCallingOrSelfPermission(
BLUETOOTH_ADMIN_PERM
,
[
all
...]
Completed in 223 milliseconds