Removing some duplicate methods

Change-Id: I8a1295ab74890984e8d8508aaa18fd79ac2a032d
This commit is contained in:
Sunny Goyal
2014-11-11 12:23:59 -08:00
parent 8dfe2da698
commit 4bbf419bf9
3 changed files with 8 additions and 19 deletions

View File

@@ -93,7 +93,7 @@ public final class Utilities {
icon.setBounds(0, 0, sIconWidth, sIconHeight);
}
private static boolean isPropertyEnabled(String propertyName) {
public static boolean isPropertyEnabled(String propertyName) {
return Log.isLoggable(propertyName, Log.VERBOSE);
}