Home
last modified time | relevance | path

Searched defs:pan (Results 1 – 16 of 16) sorted by relevance

/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DBluetoothPanShimImpl.java40 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl()
48 public static BluetoothPanShim newInstance(final BluetoothPan pan) { in newInstance()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DBluetoothPanShimImpl.java36 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl()
44 public static BluetoothPanShim newInstance(final BluetoothPan pan) { in newInstance()
/packages/modules/NetworkStack/apishim/35/com/android/networkstack/apishim/
DBluetoothPanShimImpl.java32 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl()
/packages/modules/NetworkStack/apishim/34/com/android/networkstack/apishim/api34/
DBluetoothPanShimImpl.java31 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl()
/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/
DBluetoothPanShimImpl.java30 protected BluetoothPanShimImpl(BluetoothPan pan) { in BluetoothPanShimImpl()
/packages/services/Car/cpp/computepipe/example/
DFaceOutput.proto13 optional float pan = 1; field
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DAllInOneTetherPreferenceControllerTest.java169 final BluetoothPan pan = mock(BluetoothPan.class); in goThroughLifecycle_shouldDestroyBluetoothProfile() local
DTetherPreferenceControllerTest.java102 final BluetoothPan pan = mock(BluetoothPan.class); in goThroughLifecycle_shouldDestoryBluetoothProfile() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringDependencies.java167 public BluetoothPanShim getBluetoothPanShim(BluetoothPan pan) { in getBluetoothPanShim()
/packages/apps/Settings/src/com/android/settings/network/
DTetherPreferenceController.java230 final BluetoothPan pan = mBluetoothPan.get(); in updateSummary() local
DTetherEnabler.java258 final BluetoothPan pan = mBluetoothPan.get(); in getTetheringState() local
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceUpdater.java99 @Nullable FaceEnrollCell cell, int stage, float pan, float tilt, float distance) { in onEnrollmentFrame()
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/face/
DFaceUpdaterTest.java271 @Nullable FaceEnrollCell cell, int stage, float pan, float tilt, float distance) {} in onEnrollmentFrame()
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetherSettings.java204 BluetoothPan pan = mBluetoothPan.get(); in onCreate() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java3656 BluetoothPan pan = new BluetoothPan(context, listener, this); in getProfileProxy() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java532 public BluetoothPanShim getBluetoothPanShim(BluetoothPan pan) { in getBluetoothPanShim()