fix build: hide AudioAttributes.usageToString() method

Change-Id: I1041d9bf530df45878dd61e30e32f5a2f4f9d1a1
This commit is contained in:
Jean-Michel Trivi
2014-07-11 10:01:00 -07:00
parent 15cbc8a032
commit 998ff75484

View File

@@ -486,6 +486,7 @@ public final class AudioAttributes implements Parcelable {
+ " tags=" + mTags);
}
/** @hide */
public String usageToString() {
switch(mUsage) {
case USAGE_UNKNOWN: