Home
last modified time | relevance | path

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

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DAllInOneTetherPreferenceControllerTest.java167 final BluetoothPan pan = mock(BluetoothPan.class); in goThroughLifecycle_shouldDestroyBluetoothProfile() local
170 panRef.set(pan); in goThroughLifecycle_shouldDestroyBluetoothProfile()
174 verify(mBluetoothAdapter).closeProfileProxy(BluetoothProfile.PAN, pan); in goThroughLifecycle_shouldDestroyBluetoothProfile()
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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DTetherPreferenceController.java212 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local
213 tetherOn = pan != null && pan.isTetheringOn(); in updateSummary()
/packages/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.java215 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local
216 tetherOn = pan != null && pan.isTetheringOn(); in updateSummary()
DTetherEnabler.java234 final BluetoothPan pan = mBluetoothPan.get(); in getTetheringState() local
237 && pan != null && pan.isTetheringOn()) { in getTetheringState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTetherSettings.java162 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
163 if (pan != null && pan.isTetheringOn()) { in onCreate()
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java186 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
187 if (pan != null && pan.isTetheringOn()) { in onCreate()
/packages/services/Car/computepipe/example/
DFaceOutput.proto13 optional float pan = 1; field
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DServiceFactory.java25 import com.android.bluetooth.pan.PanService;
DConfig.java47 import com.android.bluetooth.pan.PanService;
DPhonePolicy.java41 import com.android.bluetooth.pan.PanService;
DAdapterService.java97 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.gz
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
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.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
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, ...

12