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

  /external/replicaisland/src/com/replica/replicaisland/
PlaySingleSoundComponent.java 20 private SoundSystem.Sound mSound;
32 mSound = null;
36 mSound = sound;
41 if (mSoundHandle == -1 && mSound != null) {
43 mSoundHandle = sound.play(mSound, false, SoundSystem.PRIORITY_NORMAL);
  /frameworks/base/core/java/android/app/
NotificationChannel.java 134 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI;
187 mSound = Uri.CREATOR.createFromParcel(in);
189 mSound = null;
230 if (mSound != null) {
232 mSound.writeToParcel(dest, 0);
350 this.mSound = sound;
475 return mSound;
840 ", mSound=" + mSound +
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 108 private AudioManager mSound = null;
526 mSound = (AudioManager)mWnn.getSystemService(Context.AUDIO_SERVICE);
528 mSound = null;
554 if (mSound != null) {
556 mSound.playSoundEffect(AudioManager.FX_KEYPRESS_STANDARD, 1.0f);
DefaultSoftKeyboard.java 298 protected MediaPlayer mSound = null;
755 mSound = MediaPlayer.create(mWnn, R.raw.type);
757 mSound = null;
832 if (mSound != null) {
833 try { mSound.seekTo(0); mSound.start(); } catch (Exception ex) { }
    [all...]
TextCandidatesViewManager.java 152 private AudioManager mSound = null;
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 123 private Uri mSound;
148 mSound = calculateSound();
305 stats.isNoisy = mSound != null || mVibration != null;
493 pw.println(prefix + "mSound= " + mSound);
820 return mSound;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 653 milliseconds