OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOUND_END
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java
82
mNfcService.playSound(NfcService.
SOUND_END
);
102
if (playSound) mNfcService.playSound(NfcService.
SOUND_END
);
NfcService.java
139
public static final int
SOUND_END
= 1;
656
case
SOUND_END
:
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java
396
NfcService.getInstance().playSound(NfcService.
SOUND_END
);
[
all
...]
Completed in 33 milliseconds