Searched refs:hasKeyFieldsOnly (Results 1 – 3 of 3) sorted by relevance
506 assertTrue("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllKeyFieldsOnly()514 assertFalse("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllNotKeyFieldsOnly()954 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllWithKeyFieldsOnly()959 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllNotWithKeyFieldsOnly()
1862 public boolean hasKeyFieldsOnly() { in hasKeyFieldsOnly() method in ShortcutInfo2067 if (hasKeyFieldsOnly()) { in writeToParcel()2195 if (hasKeyFieldsOnly()) { in toStringInner()
12014 method public boolean hasKeyFieldsOnly();