Home
last modified time | relevance | path

Searched defs: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
812 PanService panService = mFactory.getPanService(); in handleAllProfilesDisconnected() local
1024 PanService panService = mFactory.getPanService(); in processConnectOtherProfiles() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java61 public BluetoothTetheringNetworkFactory(Context context, Looper looper, PanService panService) { in BluetoothTetheringNetworkFactory()
DPanNativeInterface.java58 void init(PanService panService) { in init()