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

/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java259 int mErrorSound; field in class:NfcService
542 mErrorSound = mSoundPool.load(mContext, R.raw.error, 1);
925 mSoundPool.play(mErrorSound, 1.0f, 1.0f, 0, 0, 1.0f);

Completed in 56 milliseconds