Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java298 int mErrorSound; field in NfcService
601 mErrorSound = mSoundPool.load(mContext, R.raw.error, 1); in initSoundPool()
879 mSoundPool.play(mErrorSound, 1.0f, 1.0f, 0, 0, 1.0f); in playSound()