Searched refs:hasKeyFieldsOnly (Results 1 – 4 of 4) sorted by relevance
501 assertTrue("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllKeyFieldsOnly()509 assertFalse("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllNotKeyFieldsOnly()949 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllWithKeyFieldsOnly()954 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllNotWithKeyFieldsOnly()
1704 public boolean hasKeyFieldsOnly() { in hasKeyFieldsOnly() method in ShortcutInfo1906 if (hasKeyFieldsOnly()) { in writeToParcel()2031 if (hasKeyFieldsOnly()) { in toStringInner()
8796 Landroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z
11575 method public boolean hasKeyFieldsOnly();