Searched refs:EVENT_PLAY (Results 1 – 2 of 2) sorted by relevance
51 private static final int EVENT_PLAY = 1; field in AsyncRingtonePlayer100 postMessage(EVENT_PLAY, true /* shouldCreateHandler */, args); in play()200 case EVENT_PLAY: in getNewHandler()294 if (mHandler.hasMessages(EVENT_PLAY)) {
74 postMessage(EVENT_PLAY, ringtoneUri, crescendoDuration, 0) in <lambda>()136 EVENT_PLAY -> { in <lambda>()586 private const val EVENT_PLAY = 1 in <lambda>() constant