Searched refs:ACTION_MUSIC_SEARCH_LOOKUP (Results 1 – 2 of 2) sorted by relevance
72 public static final String ACTION_MUSIC_SEARCH_LOOKUP = field in MusicRecognitionService140 if (ACTION_MUSIC_SEARCH_LOOKUP.equals(intent.getAction())) { in onBind()144 "Tried to bind to wrong intent (should be " + ACTION_MUSIC_SEARCH_LOOKUP + ": " in onBind()
54 super(context, MusicRecognitionService.ACTION_MUSIC_SEARCH_LOOKUP, serviceName, userId, in RemoteMusicRecognitionService()