Searched refs:panService (Results 1 – 2 of 2) sorted by relevance
199 PanService panService = mFactory.getPanService(); in processInitProfilePriorities() local226 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() local336 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 …]
60 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory() argument64 mPanService = panService; in BluetoothTetheringNetworkFactory()