Corrected android.media.cts.AudioEffectTest#test1_0ConstructorFromType

The test case queries for all effects and then tries to recreate them
by using the type uuid of the effect. This however failed for effects
that did not implement a standard type. These effects will have their
type set to AudioEffect.EFFECT_TYPE_NULL and thus reconstruction of
them would fail. Made the test skip effects that has this NULL type.

Change-Id: I352844a473a174c2fbf7d37fc0f40923c00b957b
1 file changed