Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java260 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local
290 if ((panService != null) && (ArrayUtils.contains(uuids, BluetoothUuid.PANU) && ( in processInitProfilePriorities()
291 panService.getConnectionPolicy(device) in processInitProfilePriorities()
357 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local
369 if (panService != null) { in handleAllProfilesDisconnected()
370 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected()
483 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local
505 if (panService != null) { in processConnectOtherProfiles()
506 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()
509 if (panConnDevList.isEmpty() && (panService.getConnectionPolicy(device) in processConnectOtherProfiles()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java61 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument
65 mPanService = panService; in BluetoothTetheringNetworkFactory()