Searched refs:makeShortcutWithTimestamp (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1608 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testPinShortcutAndGetPinnedShortcuts() 1609 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testPinShortcutAndGetPinnedShortcuts() 1615 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testPinShortcutAndGetPinnedShortcuts() 1616 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testPinShortcutAndGetPinnedShortcuts() 1617 final ShortcutInfo s2_4 = makeShortcutWithTimestamp("s4", 500); in testPinShortcutAndGetPinnedShortcuts() 1622 final ShortcutInfo s3_2 = makeShortcutWithTimestamp("s2", 1000); in testPinShortcutAndGetPinnedShortcuts() 1689 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testDisableAndEnableShortcuts() 1690 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testDisableAndEnableShortcuts() 1696 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testDisableAndEnableShortcuts() 1697 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testDisableAndEnableShortcuts() [all …]
|
D | BaseShortcutManagerTest.java | 1435 protected ShortcutInfo makeShortcutWithTimestamp(String id, long timestamp) { in makeShortcutWithTimestamp() method in BaseShortcutManagerTest
|