Searched refs:quirkValue (Results 1 – 1 of 1) sorted by relevance
1316 public boolean hasQuirk(String quirkValue) { in hasQuirk() argument1317 return mQuirks != null && mQuirks.contains(quirkValue); in hasQuirk()