Home
last modified time | relevance | path

Searched refs:mStartSound (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java273 int mStartSound; field in NfcService
547 mStartSound = mSoundPool.load(mContext, R.raw.start, 1); in initSoundPool()
806 mSoundPool.play(mStartSound, 1.0f, 1.0f, 0, 0, 1.0f); in playSound()