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.java199 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local
226 if ((panService != null) in processInitProfilePriorities()
228 && (panService.getPriority(device) in processInitProfilePriorities()
232 panService.setPriority(device, BluetoothProfile.PRIORITY_ON); in processInitProfilePriorities()
321 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local
336 if (panService != null) { in processConnectOtherProfiles()
337 panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()
367 if (panService != null) { in processConnectOtherProfiles()
369 && (panService.getPriority(device) >= BluetoothProfile.PRIORITY_ON) in processConnectOtherProfiles()
370 && (panService.getConnectionState(device) in processConnectOtherProfiles()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java60 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument
64 mPanService = panService; in BluetoothTetheringNetworkFactory()