Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest2.java251 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoParcel()
268 assertEquals(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz"), si.getCategories()); in testShortcutInfoParcel()
301 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoParcel_resId()
323 assertEquals(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz"), si.getCategories()); in testShortcutInfoParcel_resId()
347 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoClone()
369 assertEquals(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz"), si.getCategories()); in testShortcutInfoClone()
389 assertEquals(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz"), si.getCategories()); in testShortcutInfoClone()
410 assertEquals(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz"), si.getCategories()); in testShortcutInfoClone()
454 .setCategories(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz")) in testShortcutInfoClone_resId()
479 assertEquals(set(ShortcutInfo.SHORTCUT_CATEGORY_CONVERSATION, "xyz"), si.getCategories()); in testShortcutInfoClone_resId()
[all …]
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java163 public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation"; field in ShortcutInfo
/frameworks/base/api/
Dcurrent.txt10958 …field public static final java.lang.String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conv…
Dsystem-current.txt11724 …field public static final java.lang.String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conv…