Searched defs:mPan (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java329 mPan = (BluetoothPan) proxy;
349 mPan = null;
366 private BluetoothPan mPan = null; field in class:BluetoothTestUtils
690 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
691 assertNotNull(mPan);
694 mPan.setBluetoothTethering(true);
696 assertTrue(mPan.isTetheringOn());
708 if (mPan == null) mPan
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java685 public final float mPan; field in class:TextToSpeechService.AudioOutputParams
698 mPan = Engine.DEFAULT_PAN;
706 mPan = pan;

Completed in 147 milliseconds