Searched refs:hasKeyFieldsOnly (Results 1 – 4 of 4) sorted by relevance
507 assertTrue("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllKeyFieldsOnly()515 assertFalse("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllNotKeyFieldsOnly()955 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllWithKeyFieldsOnly()960 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()
12031 method public boolean hasKeyFieldsOnly();