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.java296 int mStartSound; field in NfcService
599 mStartSound = mSoundPool.load(mContext, R.raw.start, 1); in initSoundPool()
873 mSoundPool.play(mStartSound, 1.0f, 1.0f, 0, 0, 1.0f); in playSound()