Home
last modified time | relevance | path

Searched refs:RequiresLegacyBluetoothAdminPermission (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DAdvertisingSet.java25 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
72 @RequiresLegacyBluetoothAdminPermission
97 @RequiresLegacyBluetoothAdminPermission
117 @RequiresLegacyBluetoothAdminPermission
135 @RequiresLegacyBluetoothAdminPermission
151 @RequiresLegacyBluetoothAdminPermission
172 @RequiresLegacyBluetoothAdminPermission
190 @RequiresLegacyBluetoothAdminPermission
DBluetoothLeScanner.java32 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
123 @RequiresLegacyBluetoothAdminPermission
148 @RequiresLegacyBluetoothAdminPermission
180 @RequiresLegacyBluetoothAdminPermission
201 @RequiresLegacyBluetoothAdminPermission
224 @RequiresLegacyBluetoothAdminPermission
296 @RequiresLegacyBluetoothAdminPermission
319 @RequiresLegacyBluetoothAdminPermission
340 @RequiresLegacyBluetoothAdminPermission
DPeriodicAdvertisingManager.java27 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
99 @RequiresLegacyBluetoothAdminPermission
127 @RequiresLegacyBluetoothAdminPermission
189 @RequiresLegacyBluetoothAdminPermission
DBluetoothLeAdvertiser.java28 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
96 @RequiresLegacyBluetoothAdminPermission
115 @RequiresLegacyBluetoothAdminPermission
211 @RequiresLegacyBluetoothAdminPermission
249 @RequiresLegacyBluetoothAdminPermission
282 @RequiresLegacyBluetoothAdminPermission
320 @RequiresLegacyBluetoothAdminPermission
363 @RequiresLegacyBluetoothAdminPermission
475 @RequiresLegacyBluetoothAdminPermission
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidHost.java25 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
559 @RequiresLegacyBluetoothAdminPermission
586 @RequiresLegacyBluetoothAdminPermission
611 @RequiresLegacyBluetoothAdminPermission
639 @RequiresLegacyBluetoothAdminPermission
671 @RequiresLegacyBluetoothAdminPermission
697 @RequiresLegacyBluetoothAdminPermission
722 @RequiresLegacyBluetoothAdminPermission
748 @RequiresLegacyBluetoothAdminPermission
DBluetoothA2dp.java29 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
321 @RequiresLegacyBluetoothAdminPermission
363 @RequiresLegacyBluetoothAdminPermission
470 @RequiresLegacyBluetoothAdminPermission
864 @RequiresLegacyBluetoothAdminPermission
892 @RequiresLegacyBluetoothAdminPermission
921 @RequiresLegacyBluetoothAdminPermission
DBluetoothDevice.java31 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
669 @RequiresLegacyBluetoothAdminPermission
701 @RequiresLegacyBluetoothAdminPermission
1424 @RequiresLegacyBluetoothAdminPermission
1447 @RequiresLegacyBluetoothAdminPermission
1843 @RequiresLegacyBluetoothAdminPermission
1867 @RequiresLegacyBluetoothAdminPermission
1909 @RequiresLegacyBluetoothAdminPermission
2349 @RequiresLegacyBluetoothAdminPermission
2372 @RequiresLegacyBluetoothAdminPermission
DBluetoothAdapter.java40 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
1194 @RequiresLegacyBluetoothAdminPermission
1233 @RequiresLegacyBluetoothAdminPermission
1252 @RequiresLegacyBluetoothAdminPermission
1387 @RequiresLegacyBluetoothAdminPermission
1415 @RequiresLegacyBluetoothAdminPermission
1477 @RequiresLegacyBluetoothAdminPermission
1534 @RequiresLegacyBluetoothAdminPermission
1816 @RequiresLegacyBluetoothAdminPermission
1853 @RequiresLegacyBluetoothAdminPermission
[all …]
DBluetoothHeadset.java27 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
475 @RequiresLegacyBluetoothAdminPermission
519 @RequiresLegacyBluetoothAdminPermission
620 @RequiresLegacyBluetoothAdminPermission
1108 @RequiresLegacyBluetoothAdminPermission
1143 @RequiresLegacyBluetoothAdminPermission
1283 @RequiresLegacyBluetoothAdminPermission
DBluetoothA2dpSink.java27 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
179 @RequiresLegacyBluetoothAdminPermission
DBluetoothHearingAid.java27 import android.bluetooth.annotations.RequiresLegacyBluetoothAdminPermission;
329 @RequiresLegacyBluetoothAdminPermission
/frameworks/base/core/java/android/bluetooth/annotations/
DRequiresLegacyBluetoothAdminPermission.java38 public @interface RequiresLegacyBluetoothAdminPermission { annotation