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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java237 int mStartSound; field in class:NfcService
452 mStartSound = mSoundPool.load(mContext, R.raw.start, 1);
819 mSoundPool.play(mStartSound, 1.0f, 1.0f, 0, 0, 1.0f);

Completed in 33 milliseconds