/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/ |
D | BluetoothPanShimImpl.java | 40 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/ |
D | BluetoothPanShimImpl.java | 36 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/ |
D | BUILD.gn | 86 "pan/bta_pan_act.cc", 87 "pan/bta_pan_api.cc", 88 "pan/bta_pan_ci.cc", 89 "pan/bta_pan_main.cc",
|
D | Android.bp | 136 "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/ |
D | BluetoothPanShimImpl.java | 32 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl() argument 33 super(pan); in BluetoothPanShimImpl()
|
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/ |
D | BluetoothPanShimImpl.java | 30 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl() argument 31 super(pan); in BluetoothPanShimImpl()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | AllInOneTetherPreferenceControllerTest.java | 169 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()
|
D | TetherPreferenceControllerTest.java | 101 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/ |
D | bluetooth.prop | 17 bluetooth.profile.pan.nap.enabled=true 18 bluetooth.profile.pan.panu.enabled=true
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | TetherPreferenceController.java | 214 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local 215 tetherOn = pan != null && pan.isTetheringOn(); in updateSummary()
|
D | TetherEnabler.java | 257 final BluetoothPan pan = mBluetoothPan.get(); in getTetheringState() local 260 && pan != null && pan.isTetheringOn()) { in getTetheringState()
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceUpdater.java | 99 @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/ |
D | TetheringDependencies.java | 163 public BluetoothPanShim getBluetoothPanShim(BluetoothPan pan) { in getBluetoothPanShim() argument 164 return BluetoothPanShimImpl.newInstance(pan); in getBluetoothPanShim()
|
/packages/modules/Bluetooth/system/stack/ |
D | BUILD.gn | 155 "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/ |
D | PanServiceTest.java | 16 package com.android.bluetooth.pan; 41 import com.android.bluetooth.pan.PanService.BluetoothPanDevice;
|
D | PanServiceBinderTest.java | 17 package com.android.bluetooth.pan;
|
D | BluetoothTetheringNetworkFactoryTest.java | 17 package com.android.bluetooth.pan;
|
/packages/modules/Bluetooth/sysprop/ |
D | pan.sysprop | 9 prop_name: "bluetooth.pan.nap.enabled"
|
D | Android.bp | 12 "pan.sysprop",
|
/packages/services/Car/cpp/computepipe/example/ |
D | FaceOutput.proto | 13 optional float pan = 1; field
|
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 199 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local 200 if (pan != null && pan.isTetheringOn()) { in onCreate()
|
/packages/modules/Bluetooth/system/blueberry/tests/pbat/ |
D | bluetooth_acceptance_suite.py | 14 from blueberry.tests.pan import bluetooth_pan_test
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ServiceFactory.java | 31 import com.android.bluetooth.pan.PanService;
|
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | Android.mk.disabled | 31 ../../test/suite/support/pan.c
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | BluetoothTetheringNetworkFactory.java | 17 package com.android.bluetooth.pan;
|