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

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 329 mPan = (BluetoothPan) proxy;
349 mPan = null;
366 private BluetoothPan mPan = null;
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 = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 693 public final float mPan;
706 mPan = Engine.DEFAULT_PAN;
714 mPan = pan;
    [all...]

Completed in 275 milliseconds