Home
last modified time | relevance | path

Searched refs:pan (Results 1 – 25 of 35) 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/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.java214 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local
215 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/apps/Settings/src/com/android/settings/
DTetherSettings.java197 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
198 if (pan != null && pan.isTetheringOn()) { in onCreate()
/packages/services/Car/cpp/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.java46 import com.android.bluetooth.pan.PanService;
DAdapterService.java113 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.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.gz
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dro_wordlist.combined.gz
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.gz
Dsv_wordlist.combined.gz
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz

12