Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A 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()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java2102 public boolean hasKeyFieldsOnly() { in hasKeyFieldsOnly() method in ShortcutInfo
2425 if (hasKeyFieldsOnly()) { in writeToParcel()
2563 if (hasKeyFieldsOnly()) { in toStringInner()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1891 if (si.hasKeyFieldsOnly()) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4821 HSPLandroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4824 HSPLandroid/content/pm/ShortcutInfo;->hasKeyFieldsOnly()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13083 method public boolean hasKeyFieldsOnly();