Searched refs:SHORTCUT_CATEGORY_CONVERSATION (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 251 .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/ |
D | ShortcutInfo.java | 163 public static final String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conversation"; field in ShortcutInfo
|
/frameworks/base/api/ |
D | current.txt | 10958 …field public static final java.lang.String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conv…
|
D | system-current.txt | 11724 …field public static final java.lang.String SHORTCUT_CATEGORY_CONVERSATION = "android.shortcut.conv…
|