Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java570 assertTrue("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllKeyFieldsOnly()
578 assertFalse("ID " + s.getId(), s.hasKeyFieldsOnly()); in assertAllNotKeyFieldsOnly()
1018 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllWithKeyFieldsOnly()
1023 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.hasKeyFieldsOnly())); in areAllNotWithKeyFieldsOnly()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java2102 public boolean hasKeyFieldsOnly() { in hasKeyFieldsOnly() method in ShortcutInfo
2425 if (hasKeyFieldsOnly()) { in writeToParcel()
2563 if (hasKeyFieldsOnly()) { in toStringInner()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1901 if (si.hasKeyFieldsOnly()) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt4744 HSPLandroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z
/frameworks/base/config/
Dboot-image-profile.txt4747 HSPLandroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z
/frameworks/base/core/api/
Dcurrent.txt13564 method public boolean hasKeyFieldsOnly();