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.java279 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local
309 if ((panService != null) && (ArrayUtils.contains(uuids, BluetoothUuid.PANU) && ( in processInitProfilePriorities()
310 panService.getConnectionPolicy(device) in processInitProfilePriorities()
379 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local
391 if (panService != null) { in handleAllProfilesDisconnected()
392 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected()
511 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local
533 if (panService != null) { in processConnectOtherProfiles()
534 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()
537 if (panConnDevList.isEmpty() && (panService.getConnectionPolicy(device) in processConnectOtherProfiles()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java62 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument
66 mPanService = panService; in BluetoothTetheringNetworkFactory()