Home
last modified time | relevance | path

Searched refs:setCategories (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java251 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoParcel()
301 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoParcel_resId()
347 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoClone()
454 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoClone_resId()
612 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoCopyNonNullFieldsFrom()
685 .setCategories(set()).build()); in testShortcutInfoCopyNonNullFieldsFrom()
691 .setCategories(set("x")).build()); in testShortcutInfoCopyNonNullFieldsFrom()
736 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoCopyNonNullFieldsFrom_resId()
812 .setCategories(set()).build()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
818 .setCategories(set("x")).build()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutParser.java181 si.setCategories(categories); in parseShortcutsOneFile()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1112 public Builder setCategories(Set<String> categories) { in setCategories() method in ShortcutInfo.Builder
1846 public void setCategories(Set<String> categories) { in setCategories() method in ShortcutInfo
/frameworks/base/config/
Dhiddenapi-public-dex.txt8762 Landroid/content/pm/ShortcutInfo$Builder;->setCategories(Ljava/util/Set;)Landroid/content/pm/Shortc…
Dboot-image-profile.txt1866 HPLandroid/content/pm/ShortcutInfo;->setCategories(Ljava/util/Set;)V
/frameworks/base/api/
Dcurrent.txt11598 …method public android.content.pm.ShortcutInfo.Builder setCategories(java.util.Set<java.lang.String…