Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java309 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local
484 if ((panService != null) in processInitProfilePriorities()
486 && (panService.getConnectionPolicy(device) in processInitProfilePriorities()
492 panService.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in processInitProfilePriorities()
812 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local
832 if (panService != null) { in handleAllProfilesDisconnected()
833 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in handleAllProfilesDisconnected()
1024 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local
1055 if (panService != null) { in processConnectOtherProfiles()
1056 List<BluetoothDevice> panConnDevList = panService.getConnectedDevices(); in processConnectOtherProfiles()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanNativeInterface.java58 void init(PanService panService) { in init() argument
59 mPanService = panService; in init()
DBluetoothTetheringNetworkFactory.java61 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument
65 mPanService = panService; in BluetoothTetheringNetworkFactory()