Home
last modified time | relevance | path

Searched refs:checkConnectPermissionForPreflight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java48 if (!Utils.checkConnectPermissionForPreflight(mService)) { in connectSocket()
67 if (!Utils.checkConnectPermissionForPreflight(mService)) { in createSocketChannel()
85 if (!Utils.checkConnectPermissionForPreflight(mService)) { in requestMaximumTxDataLength()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java478 public static boolean checkConnectPermissionForPreflight(Context context) { in checkConnectPermissionForPreflight() method in Utils