Home
last modified time | relevance | path

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

123

/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DBluetoothPanShimImpl.java40 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl() argument
41 super(pan); in BluetoothPanShimImpl()
48 public static BluetoothPanShim newInstance(final BluetoothPan pan) { in newInstance() argument
51 .newInstance(pan); in newInstance()
53 return new BluetoothPanShimImpl(pan); in newInstance()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DBluetoothPanShimImpl.java36 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl() argument
37 mPan = pan; in BluetoothPanShimImpl()
44 public static BluetoothPanShim newInstance(final BluetoothPan pan) { in newInstance() argument
45 return new BluetoothPanShimImpl(pan); in newInstance()
/packages/modules/Bluetooth/system/bta/
DBUILD.gn86 "pan/bta_pan_act.cc",
87 "pan/bta_pan_api.cc",
88 "pan/bta_pan_ci.cc",
89 "pan/bta_pan_main.cc",
DAndroid.bp136 "pan/bta_pan_act.cc",
137 "pan/bta_pan_api.cc",
138 "pan/bta_pan_ci.cc",
139 "pan/bta_pan_main.cc",
283 "pan/bta_pan_act.cc",
284 "pan/bta_pan_api.cc",
285 "pan/bta_pan_main.cc",
/packages/modules/NetworkStack/apishim/34/com/android/networkstack/apishim/
DBluetoothPanShimImpl.java32 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl() argument
33 super(pan); in BluetoothPanShimImpl()
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/
DBluetoothPanShimImpl.java30 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl() argument
31 super(pan); in BluetoothPanShimImpl()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DAllInOneTetherPreferenceControllerTest.java169 final BluetoothPan pan = mock(BluetoothPan.class); in goThroughLifecycle_shouldDestroyBluetoothProfile() local
172 panRef.set(pan); in goThroughLifecycle_shouldDestroyBluetoothProfile()
176 verify(mBluetoothAdapter).closeProfileProxy(BluetoothProfile.PAN, pan); in goThroughLifecycle_shouldDestroyBluetoothProfile()
DTetherPreferenceControllerTest.java101 final BluetoothPan pan = mock(BluetoothPan.class); in goThroughLifecycle_shouldDestoryBluetoothProfile() local
104 panRef.set(pan); in goThroughLifecycle_shouldDestoryBluetoothProfile()
108 verify(mBluetoothAdapter).closeProfileProxy(BluetoothProfile.PAN, pan); in goThroughLifecycle_shouldDestoryBluetoothProfile()
/packages/services/Car/car_product/properties/
Dbluetooth.prop17 bluetooth.profile.pan.nap.enabled=true
18 bluetooth.profile.pan.panu.enabled=true
/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.java257 final BluetoothPan pan = mBluetoothPan.get(); in getTetheringState() local
260 && pan != null && pan.isTetheringOn()) { in getTetheringState()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceUpdater.java99 @Nullable FaceEnrollCell cell, int stage, float pan, float tilt, float distance) { in onEnrollmentFrame() argument
100 mCallback.onEnrollmentFrame(helpCode, helpMessage, cell, stage, pan, tilt, distance); in onEnrollmentFrame()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java163 public BluetoothPanShim getBluetoothPanShim(BluetoothPan pan) { in getBluetoothPanShim() argument
164 return BluetoothPanShimImpl.newInstance(pan); in getBluetoothPanShim()
/packages/modules/Bluetooth/system/stack/
DBUILD.gn155 "pan/pan_api.cc",
156 "pan/pan_main.cc",
157 "pan/pan_utils.cc",
197 "pan",
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pan/
DPanServiceTest.java16 package com.android.bluetooth.pan;
41 import com.android.bluetooth.pan.PanService.BluetoothPanDevice;
DPanServiceBinderTest.java17 package com.android.bluetooth.pan;
DBluetoothTetheringNetworkFactoryTest.java17 package com.android.bluetooth.pan;
/packages/modules/Bluetooth/sysprop/
Dpan.sysprop9 prop_name: "bluetooth.pan.nap.enabled"
DAndroid.bp12 "pan.sysprop",
/packages/services/Car/cpp/computepipe/example/
DFaceOutput.proto13 optional float pan = 1; field
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java199 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
200 if (pan != null && pan.isTetheringOn()) { in onCreate()
/packages/modules/Bluetooth/system/blueberry/tests/pbat/
Dbluetooth_acceptance_suite.py14 from blueberry.tests.pan import bluetooth_pan_test
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DServiceFactory.java31 import com.android.bluetooth.pan.PanService;
/packages/modules/Bluetooth/system/tools/bdtool/
DAndroid.mk.disabled31 ../../test/suite/support/pan.c
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java17 package com.android.bluetooth.pan;

123