Home
last modified time | relevance | path

Searched refs:hasKeyFieldsOnly (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java501 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()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1704 public boolean hasKeyFieldsOnly() { in hasKeyFieldsOnly() method in ShortcutInfo
1906 if (hasKeyFieldsOnly()) { in writeToParcel()
2031 if (hasKeyFieldsOnly()) { in toStringInner()
/frameworks/base/config/
Dhiddenapi-public-dex.txt8796 Landroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z
/frameworks/base/api/
Dcurrent.txt11575 method public boolean hasKeyFieldsOnly();