Home
last modified time | relevance | path

Searched refs:pan (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DTetherPreferenceControllerTest.java98 final BluetoothPan pan = mock(BluetoothPan.class); in goThroughLifecycle_shouldDestoryBluetoothProfile() local
101 panRef.set(pan); in goThroughLifecycle_shouldDestoryBluetoothProfile()
105 verify(mBluetoothAdapter).closeProfileProxy(BluetoothProfile.PAN, pan); in goThroughLifecycle_shouldDestoryBluetoothProfile()
/packages/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.java216 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local
217 tetherOn = pan != null && pan.isTetheringOn(); in updateSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DTetherPreferenceController.java216 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local
217 tetherOn = pan != null && pan.isTetheringOn(); in updateSummary()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java166 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
167 if (pan != null && pan.isTetheringOn()) { in onCreate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java166 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
167 if (pan != null && pan.isTetheringOn()) { in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DServiceFactory.java25 import com.android.bluetooth.pan.PanService;
DConfig.java41 import com.android.bluetooth.pan.PanService;
DPhonePolicy.java40 import com.android.bluetooth.pan.PanService;
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java16 package com.android.bluetooth.pan;
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java17 package com.android.bluetooth.pan;
DPanService.java17 package com.android.bluetooth.pan;
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dlv_wordlist.combined.gz
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dro_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...

12