Home
last modified time | relevance | path

Searched refs:BassBoostTest (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java39 public class BassBoostTest extends Activity implements OnCheckedChangeListener { class
55 public BassBoostTest() { in BassBoostTest() method in BassBoostTest
H A DEffectsTest.java83 startActivity(new Intent(EffectsTest.this, BassBoostTest.class)); in onCreate()