Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DP2pEventManager.java82 mNfcService.playSound(NfcService.SOUND_START); in onP2pNfcTapRequested()
103 mNfcService.playSound(NfcService.SOUND_START); in onP2pSendConfirmationRequested()
201 mNfcService.playSound(NfcService.SOUND_START); in onP2pResumeSend()
DNfcService.java203 public static final int SOUND_START = 0; field in NfcService
805 case SOUND_START: in playSound()