Searched refs:soundIntent (Results 1 – 2 of 2) sorted by relevance
265 Intent soundIntent = new Intent(MainFragment.ACTION_SOUND); in updateSounds() local266 final ResolveInfo info = MainFragment.systemIntentIsHandled(getContext(), soundIntent); in updateSounds()
283 Intent soundIntent = new Intent(ACTION_SOUND); in updateSoundSettings() local284 final ResolveInfo info = systemIntentIsHandled(getContext(), soundIntent); in updateSoundSettings()