Home
last modified time | relevance | path

Searched refs:makeShortcutWithTimestamp (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java2233 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testPinShortcutAndGetPinnedShortcuts()
2234 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testPinShortcutAndGetPinnedShortcuts()
2240 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testPinShortcutAndGetPinnedShortcuts()
2241 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testPinShortcutAndGetPinnedShortcuts()
2242 final ShortcutInfo s2_4 = makeShortcutWithTimestamp("s4", 500); in testPinShortcutAndGetPinnedShortcuts()
2247 final ShortcutInfo s3_2 = makeShortcutWithTimestamp("s2", 1000); in testPinShortcutAndGetPinnedShortcuts()
2314 final ShortcutInfo s1_1 = makeShortcutWithTimestamp("s1", 1000); in testDisableAndEnableShortcuts()
2315 final ShortcutInfo s1_2 = makeShortcutWithTimestamp("s2", 2000); in testDisableAndEnableShortcuts()
2321 final ShortcutInfo s2_2 = makeShortcutWithTimestamp("s2", 1500); in testDisableAndEnableShortcuts()
2322 final ShortcutInfo s2_3 = makeShortcutWithTimestamp("s3", 3000); in testDisableAndEnableShortcuts()
[all …]
H A DBaseShortcutManagerTest.java1553 protected ShortcutInfo makeShortcutWithTimestamp(String id, long timestamp) { in makeShortcutWithTimestamp() method in BaseShortcutManagerTest