Searched defs:mPan (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java327 mPan = (BluetoothPan) proxy;
347 mPan = null;
364 private BluetoothPan mPan = null; field in class:BluetoothTestUtils
708 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
709 assertNotNull(mPan);
712 mPan.setBluetoothTethering(true);
714 assertTrue(mPan.isTetheringOn());
726 if (mPan == null) mPan
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java673 public final float mPan; field in class:TextToSpeechService.AudioOutputParams
686 mPan = Engine.DEFAULT_PAN;
694 mPan = pan;

Completed in 326 milliseconds