Searched refs:getBooleanValue (Results 1 – 3 of 3) sorted by relevance
286 if (MoreKeySpec.getBooleanValue(moreKeys, MORE_KEYS_HAS_LABELS)) { in Key()289 if (MoreKeySpec.getBooleanValue(moreKeys, MORE_KEYS_NEEDS_DIVIDERS)) { in Key()292 if (MoreKeySpec.getBooleanValue(moreKeys, MORE_KEYS_NO_PANEL_AUTO_MORE_KEY)) { in Key()
304 final boolean actualValue = MoreKeySpec.getBooleanValue(actual, key); in assertGetBooleanValue()
289 public static boolean getBooleanValue(final String[] moreKeys, final String key) { in getBooleanValue() method in MoreKeySpec